Make 'ChangePassword' be the default name form for the password change form instead...
authorBrion Vibber <brion@users.mediawiki.org>
Thu, 11 Dec 2008 21:12:11 +0000 (21:12 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Thu, 11 Dec 2008 21:12:11 +0000 (21:12 +0000)
Since it's something we're sending people to with an actual UI, for general password changing, and no longer specific to by-email password *resets*, it's nicer to use the cleaner name.

languages/messages/MessagesEn.php

index e016806..a6e6ac5 100644 (file)
@@ -436,7 +436,7 @@ $specialPageAliases = array(
        'Listbots'                  => array( 'ListBots' ),
        'Popularpages'              => array( 'PopularPages' ),
        'Search'                    => array( 'Search' ),
-       'Resetpass'                 => array( 'ResetPass', 'ResetPassword', 'ChangePassword' ),
+       'Resetpass'                 => array( 'ChangePassword', 'ResetPass', 'ResetPassword' ),
        'Withoutinterwiki'          => array( 'WithoutInterwiki' ),
        'MergeHistory'              => array( 'MergeHistory' ),
        'Filepath'                  => array( 'FilePath' ),