Media Wiki Security Concepts: Difference between revisions
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
=Overview= | =Overview= | ||
=sysop= | |||
=Account Creation= | |||
Controlled by LocalSettings.php: | |||
$wgGroupPermissions['*']['createaccount'] = false; | |||
This prevents account creation by anyone (logged in or not), except by [[#sysop|sysops]]. |
Revision as of 18:15, 20 February 2018
Internal
Overview
sysop
Account Creation
Controlled by LocalSettings.php:
$wgGroupPermissions['*']['createaccount'] = false;
This prevents account creation by anyone (logged in or not), except by sysops.