mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Refs #28622 -- Removed settings.PASSWORD_RESET_TIMEOUT_DAYS per deprecation timeline.
This commit is contained in:
@@ -781,7 +781,7 @@ time you need to run Django 1.3 for the data to expire or become irrelevant.
|
||||
|
||||
* Consequences: Password reset links from before the upgrade will not work.
|
||||
|
||||
* Time period: Defined by :setting:`PASSWORD_RESET_TIMEOUT_DAYS`.
|
||||
* Time period: Defined by ``PASSWORD_RESET_TIMEOUT_DAYS``.
|
||||
|
||||
Form-related hashes: these have a much shorter lifetime and are relevant
|
||||
only for the short window where a user might fill in a form generated by the
|
||||
|
||||
Reference in New Issue
Block a user