From 0199e18047c42d58d7413cab8fea237c832a2219 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Wed, 13 Jul 2011 18:38:57 +0000 Subject: [PATCH] * (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 --- includes/DefaultSettings.php | 1 + 1 file changed, 1 insertion(+) 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', -- 2.20.1