[Mediawiki-l] wgGroupPermissions question
Graham
tolliver at dal.ca
Tue Sep 28 18:06:29 UTC 2010
Hello,
There is a request to have a wiki configured so that anonymous users can
read the main page & a couple of others. The registered users should
have full access. The wiki is configured for manually adding the users
via Special:Userrights(no Ldap).
The issue is, users that were added via Special:Userrights are
restricted to the same pages as anonymous users.
Here is the configuration:
$wgGroupPermissions['*']['edit'] = false;
$wgGroupPermissions['sysop']['edit'] = true;
$wgGroupPermissions['*']['createaccount'] = false;
$wgGroupPermissions['sysop']['createaccount'] = true;
$wgGroupPermissions['*']['read'] = false;
$wgWhitelistRead = array ( "Main Page", "Special:Userlogin",
"Help:Contents");
What am I missing?
Thanks
More information about the MediaWiki-l
mailing list