mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed a typo in auth docs.
This commit is contained in:
parent
8db889eaf7
commit
6d61ec0e1a
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ algorithm.
|
|||
that ``bcrypt(password_with_100_chars) == bcrypt(password_with_100_chars[:72])``.
|
||||
The original ``BCryptPasswordHasher`` does not have any special handling and
|
||||
thus is also subject to this hidden password length limit.
|
||||
``BCryptSHA256PasswordHasher`` fixes this by first first hashing the
|
||||
``BCryptSHA256PasswordHasher`` fixes this by first hashing the
|
||||
password using sha256. This prevents the password truncation and so should
|
||||
be preferred over the ``BCryptPasswordHasher``. The practical ramification
|
||||
of this truncation is pretty marginal as the average user does not have a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue