How to protect MediaWiki so only registered members can post?If you want to set up MediaWiki in a way that only registered members can post, you have to edit the following line in the LocalSettings.php file so that it reads:
$wgGroupPermissions['*']['edit'] = false;