Commit 7323e15d authored by Erik Romijn's avatar Erik Romijn
Browse files

[1.6.x] Fixed #23793 -- Clarified password reset behavior in auth docs

Backport of c5132382 from master.
parent 159978e5
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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.