Refs #32275 -- Added scrypt password hasher to PASSWORD_HASHERS setting docs.

This commit is contained in:
ume 2023-10-06 16:52:45 +09:00 committed by GitHub
parent 96e7a752b6
commit 90c75dc4f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -3083,6 +3083,7 @@ Default::
"django.contrib.auth.hashers.PBKDF2SHA1PasswordHasher",
"django.contrib.auth.hashers.Argon2PasswordHasher",
"django.contrib.auth.hashers.BCryptSHA256PasswordHasher",
"django.contrib.auth.hashers.ScryptPasswordHasher",
]
.. setting:: AUTH_PASSWORD_VALIDATORS