Photo Organizer

  • Status Closed
  • Percent Complete
    100%
  • Task Type Bug Report
  • Category Backend / Core
  • Assigned To No-one
  • Operating System All
  • Severity Low
  • Priority Very Low
  • Reported Version 2.36
  • Due in Version Undecided
  • Due Date Undecided
  • Votes
  • Private
Attached to Project: Photo Organizer
Opened by geniesis - 2010-01-08
Last edited by pizza - 2010-01-08

FS#429 - Admin force changing user password not working

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) {

Closed by  pizza
2010-01-08 02:46
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...

Available keyboard shortcuts

Tasklist

Task Details

Task Editing