diff --git a/procollab/settings.py b/procollab/settings.py index 93d97079..6b632ff1 100644 --- a/procollab/settings.py +++ b/procollab/settings.py @@ -26,8 +26,8 @@ ] PASSWORD_HASHERS = [ - "django.contrib.auth.hashers.BCryptPasswordHasher", "django.contrib.auth.hashers.BCryptSHA256PasswordHasher", + "django.contrib.auth.hashers.BCryptPasswordHasher", "django.contrib.auth.hashers.PBKDF2PasswordHasher", "django.contrib.auth.hashers.PBKDF2SHA1PasswordHasher", "django.contrib.auth.hashers.Argon2PasswordHasher",