mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #27891 -- Added PasswordResetConfirmView.post_reset_login_backend.
This commit is contained in:
@@ -118,6 +118,8 @@ Minor features
|
||||
* The new ``post_reset_login`` attribute for
|
||||
:class:`~django.contrib.auth.views.PasswordResetConfirmView` allows
|
||||
automatically logging in a user after a successful password reset.
|
||||
If you have multiple ``AUTHENTICATION_BACKENDS`` configured, use the
|
||||
``post_reset_login_backend`` attribute to choose which one to use.
|
||||
|
||||
* To avoid the possibility of leaking a password reset token via the HTTP
|
||||
Referer header (for example, if the reset page includes a reference to CSS or
|
||||
|
||||
Reference in New Issue
Block a user