mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-10 09:06:21 +01:00
Fix unit tests.
Discord still failing.
This commit is contained in:
@@ -170,7 +170,7 @@ CACHES = {
|
||||
}
|
||||
}
|
||||
|
||||
AUTHENTICATION_BACKENDS = ['authentication.backends.StateBackend']
|
||||
AUTHENTICATION_BACKENDS = ['authentication.backends.StateBackend', 'django.contrib.auth.backends.ModelBackend']
|
||||
|
||||
#####################################################
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user