mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-25 00:36:11 -06:00
13256 cleanup settings logic
This commit is contained in:
parent
05da59b91b
commit
4dbbbe660a
@ -423,9 +423,6 @@ TEMPLATES = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
# Set up authentication backends
|
# Set up authentication backends
|
||||||
AUTHENTICATION_BACKENDS = [
|
|
||||||
'netbox.authentication.ObjectPermissionBackend',
|
|
||||||
]
|
|
||||||
if type(REMOTE_AUTH_BACKEND) not in (list, tuple):
|
if type(REMOTE_AUTH_BACKEND) not in (list, tuple):
|
||||||
REMOTE_AUTH_BACKEND = [REMOTE_AUTH_BACKEND]
|
REMOTE_AUTH_BACKEND = [REMOTE_AUTH_BACKEND]
|
||||||
AUTHENTICATION_BACKENDS = [
|
AUTHENTICATION_BACKENDS = [
|
||||||
|
Loading…
Reference in New Issue
Block a user