From 34180922380cf41cd684f846ecf00f92eb289bcf Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Thu, 22 Oct 2020 13:21:14 +0200 Subject: Fixed #32130 -- Fixed pre-Django 3.1 password reset tokens validation. Thanks Gordon Wrigley for the report and implementation idea. Regression in 226ebb17290b604ef29e82fb5c1fbac3594ac163. --- docs/releases/3.1.3.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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`). -- cgit v1.3