WikiMedia

From In The Wings

Jump to: navigation, 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;
Personal tools