Include warning around unusable passwords
Users marked with unusable passwords can not request password reset emails. This important information is only found in the PasswordResetView docs, and not in the set_unusable_password docs. This patch rectifies this shortcoming and places the information where it is needed.
This commit is contained in:
parent
2d8232fa71
commit
c36303ee44
|
@ -182,6 +182,11 @@ Methods
|
|||
You may need this if authentication for your application takes place
|
||||
against an existing external source such as an LDAP directory.
|
||||
|
||||
.. note::
|
||||
Users marked with an unusable password will not
|
||||
able to request a password reset email via
|
||||
:class:`~django.contrib.auth.views.PasswordResetView`.
|
||||
|
||||
.. method:: has_usable_password()
|
||||
|
||||
Returns ``False`` if
|
||||
|
|
Loading…
Reference in New Issue