Difference between revisions of "WikiMedia"

From In The Wings
Jump to navigation Jump to search
 
(No difference)

Latest revision as of 12:59, 24 May 2007

Modifications

  • To block anonymous users from making changes (basically, forcing them to register at least) add the following to the LocalSettings.php file for MediaWiki:
$wgGroupPermissions['*']['edit'] = false;
$wgGroupPermissions['user']['edit'] = true;
$wgGroupPermissions['user']['createpage'] = true;