fix: removing deprecated SHA1PasswordHasher from tests. (#36881)

This commit is contained in:
Awais Qureshi
2025-06-09 16:31:51 -04:00
committed by GitHub
parent a274db0912
commit be09d1cd18
2 changed files with 0 additions and 2 deletions

View File

@@ -198,7 +198,6 @@ VIDEO_SOURCE_PORT = 8777
################### Make tests faster
# http://slacy.com/blog/2012/04/make-your-tests-faster-in-django-1-4/
PASSWORD_HASHERS = [
"django.contrib.auth.hashers.SHA1PasswordHasher",
"django.contrib.auth.hashers.MD5PasswordHasher",
]

View File

@@ -336,7 +336,6 @@ HOSTNAME_MODULESTORE_DEFAULT_MAPPINGS = {}
################### Make tests faster
PASSWORD_HASHERS = [
'django.contrib.auth.hashers.SHA1PasswordHasher',
'django.contrib.auth.hashers.MD5PasswordHasher',
]