diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-01-07 13:10:37 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-01-14 17:50:04 +0100 |
| commit | 12ac4916af034221a4e08ce6b5669e53a0223a67 (patch) | |
| tree | eff8fa21d6324269411935fdc423908c6a9fe098 /docs/ref | |
| parent | 9e456f3166f6f4f7da9ec00e2160c1edc88fe5b3 (diff) | |
Refs #28622 -- Removed settings.PASSWORD_RESET_TIMEOUT_DAYS per deprecation timeline.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/settings.txt | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index 55773d5c9b..796045aebd 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -2967,21 +2967,6 @@ Used by the :class:`~django.contrib.auth.views.PasswordResetConfirmView`. as someone gaining access to email archives that may contain old, unused password reset tokens. -.. setting:: PASSWORD_RESET_TIMEOUT_DAYS - -``PASSWORD_RESET_TIMEOUT_DAYS`` -------------------------------- - -Default: ``3`` - -The number of days a password reset link is valid for. - -Used by the :class:`~django.contrib.auth.views.PasswordResetConfirmView`. - -.. deprecated:: 3.1 - - This setting is deprecated. Use :setting:`PASSWORD_RESET_TIMEOUT` instead. - .. setting:: PASSWORD_HASHERS ``PASSWORD_HASHERS`` |
