Swap position of REMOTE_AUTH_BACKEND

This commit is contained in:
Jeremy Stretch 2020-05-20 16:56:40 -04:00
parent eeb48c4d30
commit a626a47629

View File

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