mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed #32130 -- Fixed pre-Django 3.1 password reset tokens validation.
Thanks Gordon Wrigley for the report and implementation idea.
Regression in 226ebb1729
.
This commit is contained in:
parent
284bde3fbe
commit
3418092238
3 changed files with 35 additions and 3 deletions
|
@ -48,3 +48,6 @@ Bugfixes
|
|||
|
||||
* Fixed a regression in Django 3.1.2 that caused incorrect form input layout on
|
||||
small screens in the admin change form view (:ticket:`32069`).
|
||||
|
||||
* Fixed a regression in Django 3.1 that invalidated pre-Django 3.1 password
|
||||
reset tokens (:ticket:`32130`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue