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
_______________________________________________
MediaWiki-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Reply via email to