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:
parent
96e7a752b6
commit
90c75dc4f3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user