diff --git a/netbox/netbox/settings.py b/netbox/netbox/settings.py index 111781b8a..e3c716a16 100644 --- a/netbox/netbox/settings.py +++ b/netbox/netbox/settings.py @@ -502,6 +502,9 @@ AUTH_EXEMPT_PATHS = ( MAINTENANCE_EXEMPT_PATHS = ( f'/{BASE_PATH}admin/', f'/{BASE_PATH}extras/config-revisions/', # Allow modifying the configuration + LOGIN_URL, + LOGIN_REDIRECT_URL, + LOGOUT_REDIRECT_URL ) SERIALIZATION_MODULES = {