mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-21 03:27:21 -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
|
||||
AUTHENTICATION_BACKENDS = [
|
||||
# REMOTE_AUTH_BACKEND,
|
||||
'utilities.auth_backends.ObjectPermissionBackend',
|
||||
REMOTE_AUTH_BACKEND,
|
||||
]
|
||||
|
||||
# Internationalization
|
||||
|
Loading…
Reference in New Issue
Block a user