Skip to content

Commit

Permalink
use the default password hashing algorithm... Its probably better tha…
Browse files Browse the repository at this point in the history
…n bcrypt these days and bcrypt support is broken with Python 3.7
  • Loading branch information
rloomans committed Sep 7, 2018
1 parent d7ee455 commit 2406d83
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions teamtemp/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,6 @@
'cspreports',
)

PASSWORD_HASHERS = (
'django.contrib.auth.hashers.BCryptPasswordHasher',
)

SESSION_SERIALIZER = 'django.contrib.sessions.serializers.JSONSerializer'
SESSION_ENGINE = 'django.contrib.sessions.backends.cached_db'

Expand Down

0 comments on commit 2406d83

Please sign in to comment.