WikiMedia
From In The Wings
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;
