From cccd8ff20a5e92996d4dd2ea2523328bdd582bf9 Mon Sep 17 00:00:00 2001 From: andi Date: Fri, 25 Feb 2005 13:02:34 +0100 Subject: admin config changes darcs-hash:20050225120234-9977f-2a1e6e63b41ffa7da98db82339230c08678de4f4.gz --- conf/acl.auth.dist | 2 -- conf/dokuwiki.php | 1 + 2 files changed, 1 insertion(+), 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 -- cgit v1.2.3