diff --git a/conf/dokuwiki.php b/conf/dokuwiki.php
index 2beb65600ccfe7e39413f9094fed193173727829..2d6c1ce68ae3b19ae1576cb5b6016c4e75e14e8e 100755
--- a/conf/dokuwiki.php
+++ b/conf/dokuwiki.php
@@ -69,8 +69,8 @@ $conf['iexssprotect']= 1;                 // check for JavaScript and HTML in up
 /* Authentication Options - read http://www.splitbrain.org/dokuwiki/wiki:acl */
 
 $conf['useacl']      = 0;                //Use Access Control Lists to restrict access?
-$conf['usewildcards']   = 1;              //Use ACL wildcards
-$conf['groupwildcards'] = 1;              //More specifically, use %GROUP% wildcard
+$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)