Disable User Registration

From OnnoWiki
Revision as of 05:47, 18 March 2019 by Onnowpurbo (talk | contribs) (Created page with "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 f...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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;