6.0.0-beta1
8/9/25

[#3251] kolab.php: user@domain checked incorrectly
Summary kolab.php: user@domain checked incorrectly
Queue Passwd
Queue Version 3.0
Type Bug
State Resolved
Priority 3. High
Owners
Requester vovan (at) planet (dot) nl
Created 01/12/2006 (7149 days ago)
Due
Updated 01/12/2006 (7149 days ago)
Assigned
Resolved 01/12/2006 (7149 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
01/12/2006 02:23:29 PM Matt Selsky Comment #2
State ⇒ Resolved
Reply to this comment
Committed, thanks!
01/12/2006 02:09:34 PM vovan (at) planet (dot) nl Comment #1
State ⇒ Unconfirmed
Priority ⇒ 3. High
Type ⇒ Bug
Summary ⇒ kolab.php: user@domain checked incorrectly
Queue ⇒ Passwd
Reply to this comment
The line 58 is: if (strstr('@', $username) === false))...

Sould be: if (strstr($username, '@') === false))...

Saved Queries