mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-06 23:26:19 +01:00
editorconfig applied
This commit is contained in:
@@ -130,8 +130,10 @@ AUTH_PASSWORD_VALIDATORS = [
|
||||
},
|
||||
]
|
||||
|
||||
AUTHENTICATION_BACKENDS = ['allianceauth.authentication.backends.StateBackend',
|
||||
'django.contrib.auth.backends.ModelBackend']
|
||||
AUTHENTICATION_BACKENDS = [
|
||||
'allianceauth.authentication.backends.StateBackend',
|
||||
'django.contrib.auth.backends.ModelBackend'
|
||||
]
|
||||
|
||||
# Internationalization
|
||||
# https://docs.djangoproject.com/en/1.10/topics/i18n/
|
||||
|
||||
Reference in New Issue
Block a user