mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-26 09:16:10 -06:00
adds maintenance exempt paths #11233
This commit is contained in:
parent
55276a8d87
commit
de4ebaf36b
@ -482,6 +482,7 @@ AUTH_EXEMPT_PATHS = (
|
||||
MAINTENANCE_EXEMPT_PATHS = (
|
||||
f'/{BASE_PATH}admin/extras/configrevision/',
|
||||
f'/{BASE_PATH}login/',
|
||||
f'/{BASE_PATH}logout/',
|
||||
)
|
||||
|
||||
SERIALIZATION_MODULES = {
|
||||
|
Loading…
Reference in New Issue
Block a user