How to disable user registration for MediaWiki
From Collectivesolver
To disable the option for your MediaWiki visitors to register accounts at your MediaWiki website you will have to add the following line in the LocalSettings.php file:
$wgGroupPermissions['*']['createaccount'] = false;

