Setup a Project Wiki: Difference between revisions

From Research
Jump to navigation Jump to search
Line 36: Line 36:
           # But allow them to login and see main page: these pages:
           # But allow them to login and see main page: these pages:
           $wgWhitelistRead =  array ( "Main Page", "Special:Userlogin", "Help:Contents", "Special:UserLogout");
           $wgWhitelistRead =  array ( "Main Page", "Special:Userlogin", "Help:Contents", "Special:UserLogout");


Disable even research users from reading.  This is a private wiki, and only sysops can now read:
Disable even research users from reading.  This is a private wiki, and only sysops can now read:
Line 54: Line 51:
           $wgGroupPermissions['Trusted']['edit']          = true;
           $wgGroupPermissions['Trusted']['edit']          = true;
           $wgGroupPermissions['Trusted']['read']          = true;
           $wgGroupPermissions['Trusted']['read']          = true;


To allow bans by account name in lieu of IP address:
To allow bans by account name in lieu of IP address:

Revision as of 06:11, 18 February 2010