mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-09 16:35:01 -04:00
removing the need for requireAuthorization setting since its now determinated automatically whether auth. plugins are registered
This commit is contained in:
parent
83648481c3
commit
ec65ded0c8
4 changed files with 37 additions and 33 deletions
|
@ -51,8 +51,6 @@
|
|||
Note: /admin always requires authentication. */
|
||||
"requireAuthentication": false,
|
||||
|
||||
/* Require authorization by a module, or a user with is_admin set, see below. */
|
||||
"requireAuthorization": false,
|
||||
|
||||
/* Users for basic authentication. is_admin = true gives access to /admin.
|
||||
If you do not uncomment this, /admin will not be available! */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue