This is the bug tracker for Photo Organizer.
FS#429 - Admin force changing user password not working
Attached to Project:
Photo Organizer
Opened by Isaac L (geniesis) - Friday, 08 January 2010, 02:38 GMT
Last edited by Solomon Peachy (pizza) - Friday, 08 January 2010, 02:46 GMT
Opened by Isaac L (geniesis) - Friday, 08 January 2010, 02:38 GMT
Last edited by Solomon Peachy (pizza) - Friday, 08 January 2010, 02:46 GMT
|
DetailsIt appears that when editing a user and changing their password, it inadvertently changes the current logged in user instead.
It is a bug in admin.user.edit.2.php The line in question is line 51 and was: if ($auth_handle->force_change_pass($po_user['username'], $password_1) === FALSE) { This needs to be: if ($auth_handle->force_change_pass($username, $password_1) === FALSE) { |
This task depends upon
Closed by Solomon Peachy (pizza)
Friday, 08 January 2010, 02:46 GMT
Reason for closing: Fixed
Additional comments about closing: Thanks for the bugfix, but it's in 2.37-rc, not 2.36. :)
I really need to get a new release out...
Friday, 08 January 2010, 02:46 GMT
Reason for closing: Fixed
Additional comments about closing: Thanks for the bugfix, but it's in 2.37-rc, not 2.36. :)
I really need to get a new release out...