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 |
State ⇒ Resolved
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Error while updating passwords using custom sql authentication
Queue ⇒ Horde Framework Packages
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 :)