1
0
mirror of https://github.com/django/django.git synced 2025-04-15 12:54:38 +00:00

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

Backport of c5132382f081bd1b5a3618bbf23fa0cf720af14b from master.
This commit is contained in:
Erik Romijn 2014-11-15 17:46:41 +01:00
parent 159978e5c0
commit 7323e15d87

View File

@ -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.