Setup a Project Wiki: Difference between revisions

From Research
Jump to navigation Jump to search
No edit summary
Line 47: Line 47:
           $wgGroupPermissions['user']['edit'] = false;
           $wgGroupPermissions['user']['edit'] = false;


 
Only allow members of the "Trusted" group to view and edit pages.  This group is autocreated:
Disable even research users from reading.  This is a private wiki, and only sysops can now read:
   
   
  <font color=red>sr-hercules01</font> <font color=blue>''wiki_name'' #</font> '''vim LocalSettings.php'''
  <font color=red>sr-hercules01</font> <font color=blue>''wiki_name'' #</font> '''vim LocalSettings.php'''
Line 62: Line 61:
           # allows bans to be typed in by account name rather than IP
           # allows bans to be typed in by account name rather than IP
           $wgSysopUserBans=true;
           $wgSysopUserBans=true;


== Customizing ==
== Customizing ==

Revision as of 06:10, 18 February 2010