Skip to content

Commit

Permalink
Make hasher used in tests explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
bgaudino committed Mar 19, 2024
1 parent cce75fb commit 7e99975
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/tests/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,6 @@

PASSWORD_HASHERS = [
'django.contrib.auth.hashers.PBKDF2PasswordHasher',
'django.contrib.auth.hashers.PBKDF2SHA1PasswordHasher',
'django.contrib.auth.hashers.BCryptSHA256PasswordHasher',
'django.contrib.auth.hashers.BCryptPasswordHasher',
]

USE_TZ = False

0 comments on commit 7e99975

Please sign in to comment.