summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorYigit Guler <yigit@hipo.biz>2014-11-15 18:15:36 +0200
committerErik Romijn <eromijn@solidlinks.nl>2014-11-15 17:41:01 +0100
commitc5132382f081bd1b5a3618bbf23fa0cf720af14b (patch)
tree7957452ac4cef11e5fab50f398e0b3c11985efc3 /docs
parentc5def493d0993d65bf7d96f0a204006cbeaa6178 (diff)
Fixed #23793 -- Clarified password reset behavior in auth docs
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/auth/default.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/topics/auth/default.txt b/docs/topics/auth/default.txt
index 149b8d314c..ddb32391d8 100644
--- a/docs/topics/auth/default.txt
+++ b/docs/topics/auth/default.txt
@@ -1035,6 +1035,11 @@ patterns.
**URL name:** ``password_reset_done``
+ .. note::
+
+ If the email address provided does not exist in the system, the user is inactive, or has an unusable password,
+ the user will still be redirected to this view but no email will be sent.
+
**Optional arguments:**
* ``template_name``: The full name of a template to use.