6.0.0-alpha12
6/12/25

[#2235] Error while updating passwords using custom sql authentication
Summary Error while updating passwords using custom sql authentication
Queue Horde Framework Packages
Type Bug
State Resolved
Priority 2. Medium
Owners
Requester bugs.horde.org (at) overdrawn (dot) net
Created 07/07/2005 (7280 days ago)
Due
Updated 07/07/2005 (7280 days ago)
Assigned
Resolved 07/07/2005 (7280 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
07/07/2005 08:10:38 PM Jan Schneider Comment #2
State ⇒ Resolved
Reply to this comment
Fixed in CVS.
07/07/2005 08:04:28 PM bugs (dot) horde (dot) org (at) overdrawn (dot) net Comment #1
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Error while updating passwords using custom sql authentication
Queue ⇒ Horde Framework Packages
Reply to this comment
While attempting to change a users password while using customssql 
authentication, you will get errors saying that "OldId" and "NewId" 
are not set.



This can be solved by editing /lib/Horde/Auth/customsql.php



On lines 190 and 191, change $oldId and $newId to $oldID and $newID



Minor variable capitalization error :)

Saved Queries