From 33d2c53fb150d58fe4b212438050eea28bf4bf6f Mon Sep 17 00:00:00 2001 From: Camilo Nova Date: Tue, 7 Mar 2017 19:52:26 -0500 Subject: [1.11.x] Fixed #27891 -- Added PasswordResetConfirmView.post_reset_login_backend. Backport of 5db465d5a6c389b8f9c6e21f7233be9387dc069d from master --- docs/topics/auth/default.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/topics') diff --git a/docs/topics/auth/default.txt b/docs/topics/auth/default.txt index f4090f77cb..1d91bdcf42 100644 --- a/docs/topics/auth/default.txt +++ b/docs/topics/auth/default.txt @@ -1506,6 +1506,11 @@ implementation details see :ref:`using-the-views`. automatically authenticated after a successful password reset. Defaults to ``False``. + * ``post_reset_login_backend``: A dotted path to the authentication + backend to use when authenticating a user if ``post_reset_login`` is + ``True``. Required only if you have multiple + :setting:`AUTHENTICATION_BACKENDS` configured. Defaults to ``None``. + * ``form_class``: Form that will be used to set the password. Defaults to :class:`~django.contrib.auth.forms.SetPasswordForm`. -- cgit v1.3