mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-04 06:09:14 -04:00
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
This commit is contained in:
commit
b1b972a2b4
3 changed files with 14 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue