diff options
-rw-r--r-- | conf/acl.auth.dist | 2 | ||||
-rw-r--r-- | conf/dokuwiki.php | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/conf/acl.auth.dist b/conf/acl.auth.dist index f99936b54..09dd2da10 100644 --- a/conf/acl.auth.dist +++ b/conf/acl.auth.dist @@ -5,7 +5,5 @@ # edit 2 # create 4 # upload 8 -# grant 255 #not used yet -* @admin 255 * @ALL 4 diff --git a/conf/dokuwiki.php b/conf/dokuwiki.php index 3af176ae6..37566eab6 100644 --- a/conf/dokuwiki.php +++ b/conf/dokuwiki.php @@ -50,6 +50,7 @@ $conf['useacl'] = 0; //Use Access Control Lists to restrict $conf['openregister']= 1; //Should users to be allowed to register? $conf['authtype'] = 'plain'; //which authentication DB should be used (currently plain only) $conf['defaultgroup']= 'user'; //Default groups new Users are added to +$conf['superuser'] = 'superman'; //The admin can be user or @group /* Advanced Options */ $conf['userewrite'] = 0; //this makes nice URLs but you need to enable it in .htaccess first 0|1 |