Photo Organizer

This is the bug tracker for Photo Organizer.
Tasklist

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
Task Type Bug Report
Category Backend / Core
Status Closed
Assigned To No-one
Operating System All
Severity Low
Priority Normal
Reported Version 2.36
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

It 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...

Loading...