Skip to content

Commit

Permalink
Refs #32275 -- Added scrypt password hasher to PASSWORD_HASHERS setti…
Browse files Browse the repository at this point in the history
…ng docs.
  • Loading branch information
bungoume authored Oct 6, 2023
1 parent 96e7a75 commit 90c75dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/ref/settings.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 90c75dc

Please sign in to comment.