mirror of
https://github.com/django/django.git
synced 2025-03-26 09:10:50 +00:00
Fixed #15949 - Clarified the docs for password_reset_done view; thanks cyclops for the suggestion; Horst Gutmann for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16378 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
a0791b2759
commit
4207fed932
@ -983,7 +983,9 @@ includes a few other useful built-in views located in
|
|||||||
|
|
||||||
.. function:: password_reset_done(request[, template_name])
|
.. function:: password_reset_done(request[, template_name])
|
||||||
|
|
||||||
The page shown after a user has reset their password.
|
The page shown after a user has been emailed a link to reset their
|
||||||
|
password. This view is called by default if the :func:`password_reset` view
|
||||||
|
doesn't have an explicit ``post_reset_redirect`` URL set.
|
||||||
|
|
||||||
**Optional arguments:**
|
**Optional arguments:**
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user