mirror of
https://github.com/ansible/awx.git
synced 2026-03-19 09:57:33 -02:30
remove md5 password hashing in dev
This commit is contained in:
@@ -103,13 +103,6 @@ if 'django_jenkins' in INSTALLED_APPS:
|
|||||||
|
|
||||||
INSTALLED_APPS += ('rest_framework_swagger',)
|
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.
|
# Configure a default UUID for development only.
|
||||||
SYSTEM_UUID = '00000000-0000-0000-0000-000000000000'
|
SYSTEM_UUID = '00000000-0000-0000-0000-000000000000'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user