[1.9.x] Fixed a typo in BCryptPasswordHasher docstring
There is no BCryptSHA512PasswordHasher. Backport of 8048411c97559afd4bca28fbeaabafc2df05bcae from master
This commit is contained in:
parent
577ea02977
commit
c7a73f3929
@ -353,7 +353,7 @@ class BCryptPasswordHasher(BCryptSHA256PasswordHasher):
|
||||
|
||||
This hasher does not first hash the password which means it is subject to
|
||||
the 72 character bcrypt password truncation, most use cases should prefer
|
||||
the BCryptSha512PasswordHasher.
|
||||
the BCryptSHA256PasswordHasher.
|
||||
|
||||
See: https://code.djangoproject.com/ticket/20138
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user