summaryrefslogtreecommitdiff
path: root/docs/releases
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2017-09-25 08:51:02 -0400
committerTim Graham <timograham@gmail.com>2017-09-25 09:05:00 -0400
commit67a6ba391bbcf1a4c6bb0c42cb17e4fc0530f6d2 (patch)
treefcfd4dfe123ba013f488380eef32cb832dda4eba /docs/releases
parentc180abe6f1f663dcd2f1ed75590eb6aa6cb94276 (diff)
Reverted "Fixed #28248 -- Fixed password reset tokens being valid for 1 day longer than PASSWORD_RESET_TIMEOUT_DAYS."
This reverts commit 95993a89ce6ca5f5e26b1c22b65c57dcb8c005e9.
Diffstat (limited to 'docs/releases')
-rw-r--r--docs/releases/2.0.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/releases/2.0.txt b/docs/releases/2.0.txt
index 851067e818..6a06929275 100644
--- a/docs/releases/2.0.txt
+++ b/docs/releases/2.0.txt
@@ -566,12 +566,6 @@ Miscellaneous
connection, those queries could be included as part of the
``assertNumQueries()`` count.
-* The ``PASSWORD_RESET_TIMEOUT_DAYS`` setting is more properly respected in
- ``contrib.auth`` password reset. Previously, resets were allowed for one day
- longer than expected. For example, with the default of
- ``PASSWORD_RESET_TIMEOUT_DAYS = 3``, password reset tokens are now valid for
- 72 hours rather than 96 hours.
-
* The default size of the Oracle test tablespace is increased from 20M to 50M
and the default autoextend size is increased from 10M to 25M.