From 4dbbbe660ab998843d404d7d1069dbe709aa2406 Mon Sep 17 00:00:00 2001 From: Arthur Date: Thu, 10 Aug 2023 17:34:28 +0700 Subject: [PATCH] 13256 cleanup settings logic --- netbox/netbox/settings.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/netbox/netbox/settings.py b/netbox/netbox/settings.py index 8bbfee169..fe5f6b11a 100644 --- a/netbox/netbox/settings.py +++ b/netbox/netbox/settings.py @@ -423,9 +423,6 @@ TEMPLATES = [ ] # Set up authentication backends -AUTHENTICATION_BACKENDS = [ - 'netbox.authentication.ObjectPermissionBackend', -] if type(REMOTE_AUTH_BACKEND) not in (list, tuple): REMOTE_AUTH_BACKEND = [REMOTE_AUTH_BACKEND] AUTHENTICATION_BACKENDS = [