mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +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:
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user