Add 'Template namespace initialisation script' to list of reserved usernames.
authorBrion Vibber <brion@users.mediawiki.org>
Mon, 8 Jan 2007 00:51:45 +0000 (00:51 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Mon, 8 Jan 2007 00:51:45 +0000 (00:51 +0000)
Was used for the MediaWiki->Template namespace moves in the 1.2 to 1.3 upgrade process.

includes/DefaultSettings.php

index c2aa24a..eb952d0 100644 (file)
@@ -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