diff --git a/docs/topics/auth/passwords.txt b/docs/topics/auth/passwords.txt index ae63771d6f2..2193e6a3c7f 100644 --- a/docs/topics/auth/passwords.txt +++ b/docs/topics/auth/passwords.txt @@ -113,7 +113,7 @@ algorithm. the compute powered required to brute force bcrypt in any useful amount of time is still astronomical. Nonetheless, we recommend you use ``BCryptSHA256PasswordHasher`` anyway on the principle of "better safe than - sorry. + sorry". .. admonition:: Other bcrypt implementations