mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 16:51:11 +03:00
Merge pull request #1806 from ryanpetrello/md5-not-even-once
remove md5 password hashing in dev
This commit is contained in:
commit
29927433cb
@ -103,13 +103,6 @@ if 'django_jenkins' in INSTALLED_APPS:
|
||||
|
||||
INSTALLED_APPS += ('rest_framework_swagger',)
|
||||
|
||||
# Much faster than the default
|
||||
# https://docs.djangoproject.com/en/1.6/topics/auth/passwords/#how-django-stores-passwords
|
||||
PASSWORD_HASHERS = (
|
||||
'django.contrib.auth.hashers.MD5PasswordHasher',
|
||||
'django.contrib.auth.hashers.PBKDF2PasswordHasher',
|
||||
)
|
||||
|
||||
# Configure a default UUID for development only.
|
||||
SYSTEM_UUID = '00000000-0000-0000-0000-000000000000'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user