[Tickets #3251] NEW: kolab.php: user@domain checked incorrectly
bugs@bugs.horde.org
bugs at bugs.horde.org
Thu Jan 12 06:09:35 PST 2006
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=3251
-----------------------------------------------------------------------
Ticket | 3251
Created By | vovan at planet.nl
Summary | kolab.php: user at domain checked incorrectly
Queue | Passwd
Version | 3.0
State | Unconfirmed
Priority | 3. High
Type | Bug
Owners |
-----------------------------------------------------------------------
vovan at planet.nl (2006-01-12 06:09) wrote:
The line 58 is: if (strstr('@', $username) === false))...
Sould be: if (strstr($username, '@') === false))...
More information about the bugs
mailing list