Remove deprecated password hasher

This commit is contained in:
Bruno Alla 2019-04-02 19:37:12 +01:00
parent f6e84cb211
commit 57dd157c4a

View File

@ -109,7 +109,6 @@ PASSWORD_HASHERS = [
"django.contrib.auth.hashers.PBKDF2PasswordHasher",
"django.contrib.auth.hashers.PBKDF2SHA1PasswordHasher",
"django.contrib.auth.hashers.BCryptSHA256PasswordHasher",
"django.contrib.auth.hashers.BCryptPasswordHasher",
]
# https://docs.djangoproject.com/en/dev/ref/settings/#auth-password-validators
AUTH_PASSWORD_VALIDATORS = [