mirror of
https://github.com/django/django.git
synced 2025-08-21 11:10:38 +00:00
[1.7.x] Fixed #23793 -- Clarified password reset behavior in auth docs
Backport of c5132382f0
from master.
This commit is contained in:
parent
3c2507c386
commit
d49c42e20e
1 changed files with 5 additions and 0 deletions
|
@ -1031,6 +1031,11 @@ patterns.
|
||||||
|
|
||||||
**URL name:** ``password_reset_done``
|
**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:**
|
**Optional arguments:**
|
||||||
|
|
||||||
* ``template_name``: The full name of a template to use.
|
* ``template_name``: The full name of a template to use.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue