1
0
mirror of https://github.com/netbox-community/netbox-docker.git synced 2025-08-08 15:02:05 +03:00

Change LOGIN_REQUIRED default to 'True'

This commit is contained in:
Tobias Genannt
2024-05-21 13:04:35 +02:00
parent b74688309a
commit 8c691f1308
3 changed files with 5 additions and 4 deletions

View File

@@ -4,3 +4,4 @@ LOGGING = {
}
DEFAULT_PERMISSIONS = {}
LOGIN_REQUIRED = False