summaryrefslogtreecommitdiff
path: root/settings.json.template
diff options
context:
space:
mode:
authorgoldquest <tjwelde@gmail.com>2013-05-29 16:53:14 +0200
committergoldquest <tjwelde@gmail.com>2013-05-29 16:53:14 +0200
commit121c02c74f7953650753e9394e5267df6017f147 (patch)
tree5eb7c84d0d5424a1ac7fcf5879b79b5f8b0a67b8 /settings.json.template
parent0aa0c69ba32d7bfef7f06991c73103b510fd70b6 (diff)
downloadetherpad-lite-121c02c74f7953650753e9394e5267df6017f147.zip
Grant access, when valid session is available and sessionNoPassword is set
Diffstat (limited to 'settings.json.template')
-rw-r--r--settings.json.template3
1 files changed, 3 insertions, 0 deletions
diff --git a/settings.json.template b/settings.json.template
index ec0e6f83..ceb52829 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 */