Hi,
I installed the mediawiki 1.5rc4 and I'm having some problems with the User Rights Management feature. I added some groups in the Localsetting.php but I don't know how to restrict some pages for these groups. Example:
I added these lines to my LocalSettings.php:
$wgGroupPermissions = array ("Main Page", "Special:Blockip", "Special:Userlogin" ); $wgGroupPermissions['aplications']['edit'] = true; $wgGroupPermissions['aplications']['move'] = false; $wgGroupPermissions['aplications']['read'] = true;
I'm following the instructions found on the ./includes/Defaultsettings.php file and I'm not certain about the line that I added:
$wgGroupPermissions = array ("Main Page", "Special:Blockip", "Special:Userlogin" );
I want that the Aplications Group only view and edit the Main Page, Special:Blockip and the Special:Userlogin page.
Does anyone know how to do this?
Thanks
Jeff