From: Brion Vibber Date: Wed, 13 Jul 2011 18:38:57 +0000 (+0000) Subject: * (bug 29808) Special:PasswordRest now sorts into the 'users' section on Special... X-Git-Tag: 1.31.0-rc.0~28869 X-Git-Url: http://git.cyclocoop.org/%22.%24info%5B?a=commitdiff_plain;h=0199e18047c42d58d7413cab8fea237c832a2219;p=lhc%2Fweb%2Fwiklou.git * (bug 29808) Special:PasswordRest now sorts into the 'users' section on Special:Specialpages One-line patch by Rusty Burchfield - https://bugzilla.wikimedia.org/attachment.cgi?id=8771 --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 77975f3d50..1350b19b04 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -5008,6 +5008,7 @@ $wgSpecialPageGroups = array( 'Preferences' => 'users', 'ChangePassword' => 'users', 'DeletedContributions' => 'users', + 'PasswordReset' => 'users', 'Mostlinked' => 'highuse', 'Mostlinkedcategories' => 'highuse',