WikiMedia

From In The Wings
Revision as of 12:59, 24 May 2007 by Jka (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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;