6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
9/10/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#3739] customsql auth driver does not work with encryption schemes using salt
*
Your Email Address
*
Spam protection
Enter the letters below:
.___. .. .. ,.__ [__ |\ ||_/ \./ [__) | | \|| \ | [__)
Comment
> One more. :) Variables names in PHP are case sensitive. > > > > @@ -298,7 +298,7 @@ > > { > > /* Retrieve the old password in case we need the salt. */ > > $query = $this->_params['query_getpw']; > > - $query = str_replace('\L', $this->_db->quote($userID), $query); > > + $query = str_replace('\L', $this->_db->quote($userId), $query); > > $pw = $this->_db->getOne($query); > > if (is_a($pw, 'PEAR_Error')) { > > Horde::logMessage($pw, __FILE__, __LINE__, PEAR_LOG_ERR); > >
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers