diff options
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/settings.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index 9d94f53cfd..05276abae8 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -2684,6 +2684,7 @@ Default:: [ 'django.contrib.auth.hashers.PBKDF2PasswordHasher', 'django.contrib.auth.hashers.PBKDF2SHA1PasswordHasher', + 'django.contrib.auth.hashers.Argon2PasswordHasher', 'django.contrib.auth.hashers.BCryptSHA256PasswordHasher', 'django.contrib.auth.hashers.BCryptPasswordHasher', ] @@ -2702,6 +2703,8 @@ Default:: to strengthen the hashes in your database. If that's not feasible, add this setting to your project and add back any hashers that you need. + Also, the ``Argon2PasswordHasher`` was added. + .. setting:: AUTH_PASSWORD_VALIDATORS ``AUTH_PASSWORD_VALIDATORS`` |
