From 844f9508b233942f2c5fa1cbb1c37fe9202b7e13 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Mon, 8 Jan 2007 00:51:45 +0000 Subject: [PATCH] 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. --- includes/DefaultSettings.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 -- 2.20.1