diff options
| author | Jacob Walls <38668450+jacobtylerwalls@users.noreply.github.com> | 2016-05-15 18:54:03 -0700 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-10-21 09:29:53 +0200 |
| commit | 0362b0e986303858081f607ffad2e8e14be8775e (patch) | |
| tree | 44fce88bd49ea4ad97cfe69af41897260eb89924 /docs | |
| parent | 7f9e4524d6b23424cf44fbe1bf1f4e70f6bb066e (diff) | |
Fixed #26615 -- Made password reset token invalidate when changing email.
Co-Authored-By: Silas Barta <sbarta@gmail.com>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/3.2.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/3.2.txt b/docs/releases/3.2.txt index 10842af4fc..232b20cb23 100644 --- a/docs/releases/3.2.txt +++ b/docs/releases/3.2.txt @@ -552,6 +552,9 @@ Miscellaneous ``False`` if the file cannot be locked, instead of raising :exc:`BlockingIOError`. +* The password reset mechanism now invalidates tokens when the user email is + changed. + .. _deprecated-features-3.2: Features deprecated in 3.2 |
