diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-10-22 13:21:14 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-10-22 13:22:00 +0200 |
| commit | 767e06b5a830070939a6cd69c1ed1581446fb82b (patch) | |
| tree | f268dffdba46bddb19c946ec0553baeb6d656239 /docs | |
| parent | c6b95be190e8270ff8936dbe28c5a2c02bb7b296 (diff) | |
[3.1.x] Fixed #32130 -- Fixed pre-Django 3.1 password reset tokens validation.
Thanks Gordon Wrigley for the report and implementation idea.
Regression in 226ebb17290b604ef29e82fb5c1fbac3594ac163.
Backport of 34180922380cf41cd684f846ecf00f92eb289bcf from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/3.1.3.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/3.1.3.txt b/docs/releases/3.1.3.txt index 9c58586f46..6f526aa5c9 100644 --- a/docs/releases/3.1.3.txt +++ b/docs/releases/3.1.3.txt @@ -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`). |
