1
0
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:
Mariusz Felisiak
2020-10-22 13:21:14 +02:00
committed by GitHub
parent 284bde3fbe
commit 3418092238
3 changed files with 35 additions and 3 deletions

View File

@@ -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`).