Kaydet (Commit) 8048411c authored tarafından Matt Robenolt's avatar Matt Robenolt Kaydeden (comit) Simon Charette

Fixed a typo in BCryptPasswordHasher docstring

There is no BCryptSHA512PasswordHasher.
üst c432dd40
......@@ -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
"""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment