diff options
author | Marcel Klehr <mklehr@gmx.net> | 2014-06-17 14:01:16 +0200 |
---|---|---|
committer | Marcel Klehr <mklehr@gmx.net> | 2014-06-17 14:01:16 +0200 |
commit | b1b972a2b45756eb6676ec06a353647618e58a13 (patch) | |
tree | f6fdbac87d56176c3d998561357d4cfc603ec4ec /settings.json.template | |
parent | c627608ea5c86410c9dd53e8a157b12e4c1fe3b2 (diff) | |
parent | 842e09a7adde3da2c67099578912906f317013d4 (diff) | |
download | etherpad-lite-b1b972a2b45756eb6676ec06a353647618e58a13.zip |
Merge pull request #1787 from goldquest/dev_nopass_whensession
Grant access for valid session to password protected group pads
so, if user has valid session, they don't need the password
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 */ |