diff options
author | Andreas Gohr <andi@splitbrain.org> | 2012-06-29 15:01:48 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2012-06-29 15:01:48 +0200 |
commit | d0f8d50b16073494dc8ccc16905d445467e648cd (patch) | |
tree | 5cadf3d061da179d8d103061de22a30b62ae0213 /conf/dokuwiki.php | |
parent | bca545e60204a29018cc5002a1280a01b64594d9 (diff) | |
download | rpg-d0f8d50b16073494dc8ccc16905d445467e648cd.tar.gz rpg-d0f8d50b16073494dc8ccc16905d445467e648cd.tar.bz2 |
simplified %GROUP% wildcard support
Diffstat (limited to 'conf/dokuwiki.php')
-rw-r--r--[-rwxr-xr-x] | conf/dokuwiki.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/conf/dokuwiki.php b/conf/dokuwiki.php index 1eb6f5c5d..cbd42115d 100755..100644 --- a/conf/dokuwiki.php +++ b/conf/dokuwiki.php @@ -53,8 +53,6 @@ $conf['hidepages'] = ''; //Regexp for pages to be skipped from /* Authentication Settings */ $conf['useacl'] = 0; //Use Access Control Lists to restrict access? -$conf['usewildcards'] = 1; //Use ACL wildcard %USER% -$conf['groupwildcards'] = 0; //More specifically, use %GROUP% wildcard $conf['autopasswd'] = 1; //autogenerate passwords and email them to user $conf['authtype'] = 'plain'; //which authentication backend should be used $conf['passcrypt'] = 'smd5'; //Used crypt method (smd5,md5,sha1,ssha,crypt,mysql,my411) |