mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-09 08:00:50 +03:00
Remove deprecated password hasher
This commit is contained in:
parent
f6e84cb211
commit
57dd157c4a
|
@ -109,7 +109,6 @@ PASSWORD_HASHERS = [
|
||||||
"django.contrib.auth.hashers.PBKDF2PasswordHasher",
|
"django.contrib.auth.hashers.PBKDF2PasswordHasher",
|
||||||
"django.contrib.auth.hashers.PBKDF2SHA1PasswordHasher",
|
"django.contrib.auth.hashers.PBKDF2SHA1PasswordHasher",
|
||||||
"django.contrib.auth.hashers.BCryptSHA256PasswordHasher",
|
"django.contrib.auth.hashers.BCryptSHA256PasswordHasher",
|
||||||
"django.contrib.auth.hashers.BCryptPasswordHasher",
|
|
||||||
]
|
]
|
||||||
# https://docs.djangoproject.com/en/dev/ref/settings/#auth-password-validators
|
# https://docs.djangoproject.com/en/dev/ref/settings/#auth-password-validators
|
||||||
AUTH_PASSWORD_VALIDATORS = [
|
AUTH_PASSWORD_VALIDATORS = [
|
||||||
|
|
Loading…
Reference in New Issue
Block a user