summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/auth.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/topics/auth.txt b/docs/topics/auth.txt
index 4d40458379..e7f606b3d0 100644
--- a/docs/topics/auth.txt
+++ b/docs/topics/auth.txt
@@ -1011,6 +1011,12 @@ includes a few other useful built-in views located in
* ``form``: The form for resetting the user's password.
+ .. versionchanged:: 1.4
+ Users flagged with an unusable password (see
+ :meth:`~django.contrib.auth.models.User.set_unusable_password()`
+ will not be able to request a password reset to prevent misuse
+ when using an external authentication source like LDAP.
+
.. function:: password_reset_done(request[, template_name])
The page shown after a user has been emailed a link to reset their