Skip to content

Commit

Permalink
🚧 add sha1 hasher for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
krmax44 committed Sep 11, 2024
1 parent bae6353 commit 27bf768
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions froide/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -683,6 +683,7 @@ class TestBase(Base):
DEBUG = False

PASSWORD_HASHERS = [
"django.contrib.auth.hashers.SHA1PasswordHasher",
"django.contrib.auth.hashers.MD5PasswordHasher",
]

Expand Down

0 comments on commit 27bf768

Please sign in to comment.