mirror of
https://github.com/Hopiu/django.git
synced 2026-03-27 03:10:23 +00:00
Fixed a typo in BCryptPasswordHasher docstring
There is no BCryptSHA512PasswordHasher.
This commit is contained in:
parent
c432dd40bd
commit
8048411c97
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue