mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Refs #28622 -- Removed settings.PASSWORD_RESET_TIMEOUT_DAYS per deprecation timeline.
This commit is contained in:
parent
9e456f3166
commit
12ac4916af
8 changed files with 6 additions and 146 deletions
|
@ -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
|
||||
|
|
|
@ -756,7 +756,7 @@ A temporary shim for ``django.contrib.auth.views.password_reset_confirm()``
|
|||
that will allow password reset links generated prior to Django 1.6 to continue
|
||||
to work has been added to provide backwards compatibility; this will be removed
|
||||
in Django 1.7. Thus, as long as your site has been running Django 1.6 for more
|
||||
than :setting:`PASSWORD_RESET_TIMEOUT_DAYS`, this change will have no effect.
|
||||
than ``PASSWORD_RESET_TIMEOUT_DAYS``, this change will have no effect.
|
||||
If not (for example, if you upgrade directly from Django 1.5 to Django 1.7),
|
||||
then any password reset links generated before you upgrade to Django 1.7 or
|
||||
later won't work after the upgrade.
|
||||
|
@ -788,7 +788,7 @@ the ``name`` argument so it doesn't conflict with the new url::
|
|||
'django.contrib.auth.views.password_reset_confirm_uidb36'),
|
||||
|
||||
You can remove this URL pattern after your app has been deployed with Django
|
||||
1.6 for :setting:`PASSWORD_RESET_TIMEOUT_DAYS`.
|
||||
1.6 for ``PASSWORD_RESET_TIMEOUT_DAYS``.
|
||||
|
||||
Default session serialization switched to JSON
|
||||
----------------------------------------------
|
||||
|
|
|
@ -267,4 +267,4 @@ to remove usage of these features.
|
|||
See :ref:`deprecated-features-3.1` for details on these changes, including how
|
||||
to remove usage of these features.
|
||||
|
||||
* ...
|
||||
* The ``PASSWORD_RESET_TIMEOUT_DAYS`` setting is removed.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue