From: Brion Vibber Date: Mon, 8 Jan 2007 00:51:45 +0000 (+0000) Subject: Add 'Template namespace initialisation script' to list of reserved usernames. X-Git-Tag: 1.31.0-rc.0~54591 X-Git-Url: https://git.cyclocoop.org/%7B%7B%20url_for%28?a=commitdiff_plain;h=844f9508b233942f2c5fa1cbb1c37fe9202b7e13;p=lhc%2Fweb%2Fwiklou.git Add 'Template namespace initialisation script' to list of reserved usernames. Was used for the MediaWiki->Template namespace moves in the 1.2 to 1.3 upgrade process. --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index c2aa24adf0..eb952d0d3c 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -2321,7 +2321,12 @@ $wgAllowDisplayTitle = false ; * Array of usernames which may not be registered or logged in from * Maintenance scripts can still use these */ -$wgReservedUsernames = array( 'MediaWiki default', 'Conversion script', 'Maintenance script' ); +$wgReservedUsernames = array( + 'MediaWiki default', // Default 'Main Page' and MediaWiki: message pages + 'Conversion script', // Used for the old Wikipedia software upgrade + 'Maintenance script', // ... maintenance/edit.php uses this? + 'Template namespace initialisation script', // Used in 1.2->1.3 upgrade +); /** * MediaWiki will reject HTMLesque tags in uploaded files due to idiotic browsers which can't