Swap position of REMOTE_AUTH_BACKEND

This commit is contained in:
Jeremy Stretch 2020-05-20 16:56:40 -04:00
parent 8c40148ca7
commit fa8407371b

View File

@ -333,8 +333,8 @@ TEMPLATES = [
# Set up authentication backends
AUTHENTICATION_BACKENDS = [
# REMOTE_AUTH_BACKEND,
'utilities.auth_backends.ObjectPermissionBackend',
REMOTE_AUTH_BACKEND,
]
# Internationalization