Summary | Password = 0 does not work |
Queue | IMP |
Queue Version | 4.1.6 |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | Horde Developers (at) , slusarz (at) horde (dot) org |
Requester | asl (at) launay (dot) org |
Created | 06/04/2008 (6254 days ago) |
Due | |
Updated | 06/05/2008 (6253 days ago) |
Assigned | 06/05/2008 (6253 days ago) |
Resolved | 06/05/2008 (6253 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Assigned to Michael Slusarz
http://cvs.horde.org/diff.php/imp/lib/Session.php?r1=1.165&r2=1.166&ty=u
http://cvs.horde.org/diff.php/imp/test.php?r1=1.67&r2=1.68&ty=u
Assigned to
imap server. Same thing on another system, will try a third tomorrow.
No idea how to debug the thing ...
echo "var:" . $_POST['server'] . $_POST['port'] . $_POST['user'] .
$_POST['passwd'] . $_POST['server_type'] . "\n";
on line 151 of imp/test.php shows the right stuff;
echo "foobar\n";
on line 153 (after the tests line:
if (!empty($server) && !empty($user) && !empty($passwd) && !empty($type)) {
)
doesn't appear, and it prints again the server/port/login form.
I think empty($passwd) with passwd=0 just break the thing.
Easiest way to test is probably setting up a test account with a
password of 0.
gives the fields where to put server/port/login/etc again, after
pushing the button.
Well, horde installed in horde/ , imp in horde/imp, horde/imp/test.php
with any login and password = 0 show the bug -- and horde login with
imp as the login backend show it too, imp being configured for imap
login with the imap server above.
State ⇒ Feedback
Cyrus IMAP4 v2.3.9 under.
Patch ⇒ No
State ⇒ Unconfirmed
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ Password = 0 does not work
Type ⇒ Bug
Priority ⇒ 2. Medium
user with a password of "0" (zero), it can never log in. Tested on
horde 3.1.7, imp 4.1.6. Testing with imp/test.php shows the very same
thing, so I suspect the bug is somewhere in the imp/lib/IMAP part.