1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00

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

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