mirror of
https://github.com/django/django.git
synced 2025-08-31 15:57:45 +00:00
Fixed #28622 -- Allowed specifying password reset link expiration in seconds and deprecated PASSWORD_RESET_TIMEOUT_DAYS.
This commit is contained in:
parent
0719edcd5f
commit
226ebb1729
8 changed files with 178 additions and 27 deletions
|
@ -34,6 +34,8 @@ details on these changes.
|
|||
|
||||
* ``django.utils.http.is_safe_url()`` will be removed.
|
||||
|
||||
* The ``PASSWORD_RESET_TIMEOUT_DAYS`` setting will be removed.
|
||||
|
||||
See the :ref:`Django 3.1 release notes <deprecated-features-3.1>` for more
|
||||
details on these changes.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue