* (bug 29808) Special:PasswordRest now sorts into the 'users' section on Special...
authorBrion Vibber <brion@users.mediawiki.org>
Wed, 13 Jul 2011 18:38:57 +0000 (18:38 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Wed, 13 Jul 2011 18:38:57 +0000 (18:38 +0000)
One-line patch by Rusty Burchfield - https://bugzilla.wikimedia.org/attachment.cgi?id=8771

includes/DefaultSettings.php

index 77975f3..1350b19 100644 (file)
@@ -5008,6 +5008,7 @@ $wgSpecialPageGroups = array(
        'Preferences'               => 'users',
        'ChangePassword'            => 'users',
        'DeletedContributions'      => 'users',
+       'PasswordReset'             => 'users',
 
        'Mostlinked'                => 'highuse',
        'Mostlinkedcategories'      => 'highuse',