Page MenuHomePhabricator

Login with temporarly new password fails when extension PasswordReset is installed
Closed, DeclinedPublic

Description

Login/Setting a new password with temporarly new password fails when extension PasswordReset is installed.

Test case:

  1. Install PasswordReset extension:

require_once( "$IP/extensions/PasswordReset/PasswordReset.php" );
$wgGroupPermissions['sysop']['passwordreset'] = true;

  1. Email yourself a new password
  1. Login with the received temporarly new password
  1. Enter your new personally password

ERROR: The action you have requested is limited to users in the group: sysop.


Version: unspecified
Severity: normal
URL: http://www.mediawiki.org/w/index.php?title=Extension_talk:Password_Reset&oldid=227184#Group_Permission_Confusion...

Details

Reference
bz16673

Event Timeline

bzimport raised the priority of this task from to Lowest.Nov 21 2014, 10:29 PM
bzimport set Reference to bz16673.
bzimport added a subscriber: Unknown Object (MLST).
Aklapper subscribed.

This extension has been archived: https://www.mediawiki.org/wiki/Extension:Password_Reset

Hence closing as declined.