mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-22 12:06:53 -06:00
Swap position of REMOTE_AUTH_BACKEND
This commit is contained in:
parent
8c40148ca7
commit
fa8407371b
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user