From 953de91db0427d3653ec3fd0d5ef87cf5df7ccf1 Mon Sep 17 00:00:00 2001 From: VeryBigSad <44099594+VeryBigSad@users.noreply.github.com> Date: Thu, 17 Nov 2022 22:56:13 +0300 Subject: [PATCH] Update settings.py --- procollab/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",