Skip to content

Commit

Permalink
Stop using 'CryptPasswordHasher' in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
georgedorn committed Sep 6, 2023
1 parent 4aaf61b commit a9508df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@

# weaker password hashing shoulod allow for faster tests
PASSWORD_HASHERS = (
'django.contrib.auth.hashers.CryptPasswordHasher',
'django.contrib.auth.hashers.PBKDF2PasswordHasher',
'django.contrib.auth.hashers.PBKDF2SHA1PasswordHasher',
'django.contrib.auth.hashers.BCryptPasswordHasher',
Expand Down

0 comments on commit a9508df

Please sign in to comment.