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:
@@ -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`
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user