diff options
author | andi <andi@splitbrain.org> | 2005-02-25 13:02:34 +0100 |
---|---|---|
committer | andi <andi@splitbrain.org> | 2005-02-25 13:02:34 +0100 |
commit | cccd8ff20a5e92996d4dd2ea2523328bdd582bf9 (patch) | |
tree | c7257c6ebc46beee361b5d921ac9b44b9fea814e | |
parent | 610b84c9659b3f518c25c4516232eee1d0dcb281 (diff) | |
download | rpg-cccd8ff20a5e92996d4dd2ea2523328bdd582bf9.tar.gz rpg-cccd8ff20a5e92996d4dd2ea2523328bdd582bf9.tar.bz2 |
admin config changes
darcs-hash:20050225120234-9977f-2a1e6e63b41ffa7da98db82339230c08678de4f4.gz
-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 |