[3.0.x] Doc'd PasswordChangeView/PasswordResetView.success_url defaults.

Backport of e43abbbd70a78d4c0023667589c4e143ed78807e from master
This commit is contained in:
Tanmay Vijay 2020-04-23 18:38:00 +05:30 committed by Mariusz Felisiak
parent 2673738aac
commit cb10c33e27

View File

@ -1204,7 +1204,7 @@ implementation details see :ref:`using-the-views`.
:file:`registration/password_change_form.html` if not supplied. :file:`registration/password_change_form.html` if not supplied.
* ``success_url``: The URL to redirect to after a successful password * ``success_url``: The URL to redirect to after a successful password
change. change. Defaults to ``'password_change_done'``.
* ``form_class``: A custom "change password" form which must accept a * ``form_class``: A custom "change password" form which must accept a
``user`` keyword argument. The form is responsible for actually changing ``user`` keyword argument. The form is responsible for actually changing
@ -1278,7 +1278,7 @@ implementation details see :ref:`using-the-views`.
``django.contrib.auth.tokens.PasswordResetTokenGenerator``. ``django.contrib.auth.tokens.PasswordResetTokenGenerator``.
* ``success_url``: The URL to redirect to after a successful password reset * ``success_url``: The URL to redirect to after a successful password reset
request. request. Defaults to ``'password_reset_done'``.
* ``from_email``: A valid email address. By default Django uses * ``from_email``: A valid email address. By default Django uses
the :setting:`DEFAULT_FROM_EMAIL`. the :setting:`DEFAULT_FROM_EMAIL`.