From c2962d8147380b00bb965c0d42b7e05ca4596868 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Sat, 27 Jan 2018 11:02:26 -0500 Subject: [2.0.x] Expanded docs for AbstractBaseUser.has_usable_password(). Backport of 92f48680dbd2e02f2b33f6ad0e35b7d337889fb2 from master --- docs/ref/contrib/auth.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/ref/contrib/auth.txt b/docs/ref/contrib/auth.txt index b4b407272a..a55ee4c675 100644 --- a/docs/ref/contrib/auth.txt +++ b/docs/ref/contrib/auth.txt @@ -212,7 +212,9 @@ Methods Returns ``False`` if :meth:`~django.contrib.auth.models.User.set_unusable_password()` has - been called for this user. + been called for this user, or if the password is ``None``, or if the + password uses a hasher that's not in the :setting:`PASSWORD_HASHERS` + setting. .. method:: get_group_permissions(obj=None) -- cgit v1.3