mirror of
https://github.com/django/django.git
synced 2025-06-05 11:39:13 +00:00
Fix a missing " character in the password documentation
This commit is contained in:
parent
c1d4af6884
commit
f2a0be6151
@ -113,7 +113,7 @@ algorithm.
|
|||||||
the compute powered required to brute force bcrypt in any useful amount of
|
the compute powered required to brute force bcrypt in any useful amount of
|
||||||
time is still astronomical. Nonetheless, we recommend you use
|
time is still astronomical. Nonetheless, we recommend you use
|
||||||
``BCryptSHA256PasswordHasher`` anyway on the principle of "better safe than
|
``BCryptSHA256PasswordHasher`` anyway on the principle of "better safe than
|
||||||
sorry.
|
sorry".
|
||||||
|
|
||||||
.. admonition:: Other bcrypt implementations
|
.. admonition:: Other bcrypt implementations
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user