summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/auth.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/topics/auth.txt b/docs/topics/auth.txt
index db7f18ccf3..635f18f8b2 100644
--- a/docs/topics/auth.txt
+++ b/docs/topics/auth.txt
@@ -982,7 +982,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:**