Page MenuHomePhabricator

PasswordReset blocks password change
Closed, DeclinedPublic

Description

Author: marco27.wiki

Description:
I've installed the extension "PasswordReset" on my wiki inserting the following text in LocalSetting:

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

Extension worked perfectly, but when a user (who had not sysop rights) tried to change his password, wiki showed this message:
"La funzione richiesta è riservata agli utenti che appartengono al gruppo: Amministratori."
("The function requested is limited to users in the group: Administrators.")

Then the extension influences the rights necessary to change the password... Is this a bug?
Thanks in advance!


Version: unspecified
Severity: normal

Details

Reference
bz19042

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:39 PM
bzimport set Reference to bz19042.

I tried this on 1.18alpha (r84930) on a wiki with:

$wgGroupPermissions['bureaucrat']['passwordreset'] = true;

and there is no problem with changing passwords with users that have no bureaucrat flag set.