- Status Closed
- Percent Complete
- 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
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...
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
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task