[Mediawiki-l] restricting editing to a group of users

John Michael Norvell norvell at fas.harvard.edu
Wed Mar 2 01:09:14 UTC 2005


Hello, I have an installation that gives open read privileges but requires 
login to edit...

i.e.:
$wgWhitelistEdit = true;
$wgWhitelistRead = false;
$wgWhitelistAccount = array ( "user" => 0, "sysop" => 1, "developer" => 1 );

What I would like to do is occasionally close editing on a page or two to all 
but a specific list of registered users. Any way to do that in 
LocalSettings.php and maintain my existing access scheme for the rest of the 
site?

-- 
John M. Norvell



More information about the MediaWiki-l mailing list