diff options
| author | Erik Romijn <eromijn@solidlinks.nl> | 2014-11-15 17:46:41 +0100 |
|---|---|---|
| committer | Erik Romijn <eromijn@solidlinks.nl> | 2014-11-15 17:46:41 +0100 |
| commit | 7323e15d872058ff4519f2c294507b16c9df7c9b (patch) | |
| tree | b173a13a6bf68bcd2d381502e9bfef1989eb55e8 /docs | |
| parent | 159978e5c09b5e3cfbc1922a0890e030d9f52ae5 (diff) | |
[1.6.x] Fixed #23793 -- Clarified password reset behavior in auth docs
Backport of c5132382f081bd1b5a3618bbf23fa0cf720af14b from master.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/auth/default.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/topics/auth/default.txt b/docs/topics/auth/default.txt index 5b6ed3a454..696b2ab1c0 100644 --- a/docs/topics/auth/default.txt +++ b/docs/topics/auth/default.txt @@ -960,6 +960,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. |
