How to protect MediaWiki so only registered members can post
From Collectivesolver
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:
$wgGroupPermissions['*']['edit'] = false;
If this line of code didn't exist, You can add this line at the end of LocalSettings.php file.

