summaryrefslogtreecommitdiff
path: root/conf/dokuwiki.php
diff options
context:
space:
mode:
authorandi <andi@splitbrain.org>2005-02-25 13:02:34 +0100
committerandi <andi@splitbrain.org>2005-02-25 13:02:34 +0100
commitcccd8ff20a5e92996d4dd2ea2523328bdd582bf9 (patch)
treec7257c6ebc46beee361b5d921ac9b44b9fea814e /conf/dokuwiki.php
parent610b84c9659b3f518c25c4516232eee1d0dcb281 (diff)
downloadrpg-cccd8ff20a5e92996d4dd2ea2523328bdd582bf9.tar.gz
rpg-cccd8ff20a5e92996d4dd2ea2523328bdd582bf9.tar.bz2
admin config changes
darcs-hash:20050225120234-9977f-2a1e6e63b41ffa7da98db82339230c08678de4f4.gz
Diffstat (limited to 'conf/dokuwiki.php')
-rw-r--r--conf/dokuwiki.php1
1 files changed, 1 insertions, 0 deletions
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