1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Rebase RemoteUserBackend on BaseBackend

This commit is contained in:
Jeremy Stretch
2020-05-27 10:52:59 -04:00
parent 5dddf6846b
commit 4cee506710
2 changed files with 3 additions and 3 deletions

View File

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