1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #26960 -- Added PasswordResetConfirmView option to automatically log in after a reset.

This commit is contained in:
jordij
2016-07-28 10:33:07 +12:00
committed by Tim Graham
parent 975a76a964
commit 0814566bf1
6 changed files with 23 additions and 1 deletions

View File

@@ -80,6 +80,10 @@ Minor features
``password_reset_confirm()``, and ``password_reset_complete()`` function-based
views.
* The new ``post_reset_login`` attribute for
:class:`~django.contrib.auth.views.PasswordResetConfirmView` allows
automatically logging in a user after a successful password reset.
:mod:`django.contrib.contenttypes`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~