mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
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.
This commit is contained in:
parent
2522559d1a
commit
d2b9a9fdbb
3 changed files with 7 additions and 9 deletions
|
@ -2971,7 +2971,7 @@ rendered.
|
|||
|
||||
Default: ``259200`` (3 days, in seconds)
|
||||
|
||||
The minimum number of seconds a password reset link is valid for.
|
||||
The number of seconds a password reset link is valid for.
|
||||
|
||||
Used by the :class:`~django.contrib.auth.views.PasswordResetConfirmView`.
|
||||
|
||||
|
@ -2992,8 +2992,7 @@ Used by the :class:`~django.contrib.auth.views.PasswordResetConfirmView`.
|
|||
|
||||
Default: ``3``
|
||||
|
||||
The minimum number of days a password reset link is valid for. Depending on
|
||||
when the link is generated, it will be valid for up to a day longer.
|
||||
The number of days a password reset link is valid for.
|
||||
|
||||
Used by the :class:`~django.contrib.auth.views.PasswordResetConfirmView`.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue