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