Skip to content

Commit 7323e15

Browse files
committed
[1.6.x] Fixed #23793 -- Clarified password reset behavior in auth docs
Backport of c513238 from master.
1 parent 159978e commit 7323e15

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/topics/auth/default.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -960,6 +960,11 @@ patterns.
960960

961961
**URL name:** ``password_reset_done``
962962

963+
.. note::
964+
965+
If the email address provided does not exist in the system, the user is inactive, or has an unusable password,
966+
the user will still be redirected to this view but no email will be sent.
967+
963968
**Optional arguments:**
964969

965970
* ``template_name``: The full name of a template to use.

0 commit comments

Comments
 (0)