From: Brion Vibber Date: Thu, 11 Dec 2008 21:12:11 +0000 (+0000) Subject: Make 'ChangePassword' be the default name form for the password change form instead... X-Git-Tag: 1.31.0-rc.0~44032 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/categories/modifier.php?a=commitdiff_plain;h=24a99ce7ac1313d78a37fbd24480bbd0c4a9f8f8;p=lhc%2Fweb%2Fwiklou.git Make 'ChangePassword' be the default name form for the password change form instead of ResetPass. 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. --- diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index e01680688b..a6e6ac578b 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -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' ),