From d2b9a9fdbbc9b5e19b22b144d3e305b87c03b6c8 Mon Sep 17 00:00:00 2001 From: Chris Burchhardt Date: Mon, 4 May 2020 21:42:30 -0700 Subject: Refs #28622 -- Corrected PASSWORD_RESET_TIMEOUT/PASSWORD_RESET_TIMEOUT_DAYS docs. Removed outdated note about an extra day in PASSWORD_RESET_TIMEOUT docs and incorrect "minimum" phrase. --- docs/releases/3.1.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/releases/3.1.txt') diff --git a/docs/releases/3.1.txt b/docs/releases/3.1.txt index e3f0353d2d..f821d65449 100644 --- a/docs/releases/3.1.txt +++ b/docs/releases/3.1.txt @@ -90,10 +90,10 @@ Minor features * The default iteration count for the PBKDF2 password hasher is increased from 180,000 to 216,000. -* Added the :setting:`PASSWORD_RESET_TIMEOUT` setting to define the minimum - number of seconds a password reset link is valid for. This is encouraged - instead of deprecated ``PASSWORD_RESET_TIMEOUT_DAYS``, which will be removed - in Django 4.0. +* Added the :setting:`PASSWORD_RESET_TIMEOUT` setting to define the number of + seconds a password reset link is valid for. This is encouraged instead of + deprecated ``PASSWORD_RESET_TIMEOUT_DAYS``, which will be removed in Django + 4.0. * The password reset mechanism now uses the SHA-256 hashing algorithm. Support for tokens that use the old hashing algorithm remains until Django 4.0. -- cgit v1.3