Skip to content

Commit 77eec5e

Browse files
committed
fix: Remove disfunctional PBKDF2WrappedMD5PasswordHasher
1 parent 6eb238c commit 77eec5e

2 files changed

Lines changed: 0 additions & 18 deletions

File tree

dev/dev_project/settings.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -173,10 +173,6 @@
173173
},
174174
]
175175

176-
PASSWORD_HASHERS = [
177-
'django.contrib.auth.hashers.PBKDF2PasswordHasher',
178-
]
179-
180176
# Logging
181177
#
182178

src/cdh/core/hashers.py

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)