Remove symfony hasher

This commit is contained in:
Alexandre Iooss 2022-05-12 07:08:19 +02:00
parent d98fba9720
commit cf955fc53b
2 changed files with 0 additions and 60 deletions

View file

@ -139,11 +139,6 @@ AUTH_PASSWORD_VALIDATORS = [
},
]
PASSWORD_HASHERS = [
"django.contrib.auth.hashers.PBKDF2PasswordHasher",
"photo21.hashers.SHA512PasswordHasher",
]
# Internationalization
# https://docs.djangoproject.com/en/2.2/topics/i18n/