From 439cc779d5fa5c0ee3d42df712d98338863fba2f Mon Sep 17 00:00:00 2001 From: Johannes Christ Date: Sat, 8 Sep 2018 00:18:34 +0200 Subject: Revert "Use Argon2 for password hashing." Needs compiled dependencies, not needed for API yet. This reverts commit 17bff58a3c8f1a28052f4da88feb13cb2de56922. --- pysite/settings.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'pysite/settings.py') diff --git a/pysite/settings.py b/pysite/settings.py index ae5074c5..a3aecf06 100644 --- a/pysite/settings.py +++ b/pysite/settings.py @@ -141,12 +141,6 @@ AUTH_PASSWORD_VALIDATORS = [ }, ] -PASSWORD_HASHERS = [ - 'django.contrib.auth.hashers.Argon2PasswordHasher', - 'django.contrib.auth.hashers.PBKDF2PasswordHasher', - 'django.contrib.auth.hashers.PBKDF2SHA1PasswordHasher' -] - # Internationalization # https://docs.djangoproject.com/en/2.1/topics/i18n/ -- cgit v1.2.3