removing the need for requireAuthorization setting since its now determinated automatically whether auth. plugins are registered

This commit is contained in:
Matthias Bartelmeß 2012-04-26 16:53:37 +02:00
parent 83648481c3
commit ec65ded0c8
4 changed files with 37 additions and 33 deletions

View file

@ -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! */