add tests on sign-in

This commit is contained in:
Timur
2025-03-01 21:58:42 +03:00
parent fc40273f92
commit 321206d295
3 changed files with 84 additions and 3 deletions
+1
View File
@@ -485,6 +485,7 @@ LANGUAGE_COOKIE_AGE = 31449600
PASSWORD_HASHERS = [
"django.contrib.auth.hashers.Argon2PasswordHasher",
"django.contrib.auth.hashers.ScryptPasswordHasher",
]
LANGUAGE_COOKIE_DOMAIN = None