diff options
| author | Timo Graham <timograham@gmail.com> | 2011-06-11 23:40:59 +0000 |
|---|---|---|
| committer | Timo Graham <timograham@gmail.com> | 2011-06-11 23:40:59 +0000 |
| commit | 4207fed9328230ce8883eda959ab562290ff7d49 (patch) | |
| tree | cf64cdea17a474211064b518dda4c3ea536e7414 /docs | |
| parent | a0791b2759b475fda9ffea31154d5e436ffdd00f (diff) | |
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
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/auth.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/topics/auth.txt b/docs/topics/auth.txt index 12d538fd61..2862b4c04c 100644 --- a/docs/topics/auth.txt +++ b/docs/topics/auth.txt @@ -983,7 +983,9 @@ includes a few other useful built-in views located in .. 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:** |
