Knowledge Base Article

How to disable registration for MediaWiki?

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;

 Please find below detailed instructions how to do this in your SiteGround MediaWiki hosting account:

1. Go to your cPanel. Refer to SiteGround cPanel access guide.

2. Click on the File Manager icon

3. Click on the folder icon next public_html folder name

4. Click on the folder icon next to the folder in which your MediaWiki is installed

5. Click on the LocalSettings.php file

6. In the upper right corner you will see several management options for LocalSettings.php file. Click on Edit File

7. Look for a line that starts with $wgGroupPermissions. If there is no such line you should add it yourself and if there already is such a line you should edit it to look this way

 

$wgGroupPermissions['*']['createaccount'] = false;

 
8. Save the edited LocalSettings.php file and the new users account creation will be disabled.



Rating

Please indicate if this article was helpful for you.

rating :  4.8 from 5
views :  2232
votes :  61

Valid XHTML 1.0 Strict Valid CSS!