[#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 (dot) horde (dot) org (at) overdrawn (dot) net
Created 07/07/2005 (1281 days ago)
Due
Updated 07/07/2005 (1281 days ago)
Assigned
Resolved 07/07/2005 (1281 days ago)
Attachments
Milestone
Patch No

History
07/07/2005 Jan Schneider Comment #2
State ⇒ Resolved
Reply to this comment
Fixed in CVS.
07/07/2005 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 :)