From d49c42e20e24df2f248f15ac902121c1cc554656 Mon Sep 17 00:00:00 2001 From: Erik Romijn Date: Sat, 15 Nov 2014 17:44:29 +0100 Subject: [PATCH] [1.7.x] Fixed #23793 -- Clarified password reset behavior in auth docs Backport of c5132382f081bd1b5a3618bbf23fa0cf720af14b from master. --- docs/topics/auth/default.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/topics/auth/default.txt b/docs/topics/auth/default.txt index aa7b61318a..a7fc349ced 100644 --- a/docs/topics/auth/default.txt +++ b/docs/topics/auth/default.txt @@ -1031,6 +1031,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.