Disable User Registration

From OnnoWiki
Jump to navigation Jump to search

If you want 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;