diff options
Diffstat (limited to 'settings.json.template')
-rw-r--r-- | settings.json.template | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/settings.json.template b/settings.json.template index 38e82679..5868af6a 100644 --- a/settings.json.template +++ b/settings.json.template @@ -59,6 +59,9 @@ /* Users may edit pads but not create new ones. Pad creation is only via the API. This applies both to group pads and regular pads. */ "editOnly" : false, + + /* Users, who have a valid session, automatically get granted access to password protected pads */ + "sessionNoPassword" : false, /* if true, all css & js will be minified before sending to the client. This will improve the loading performance massivly, but makes it impossible to debug the javascript/css */ |