6.0.0-beta1
8/10/25

[#3882] authentication failed for some passwords
Summary authentication failed for some passwords
Queue IMP
Queue Version 4.1.1
Type Bug
State Not A Bug
Priority 1. Low
Owners
Requester bruno.mathieu (at) freesurf (dot) fr
Created 05/04/2006 (7038 days ago)
Due
Updated 05/04/2006 (7038 days ago)
Assigned
Resolved 05/04/2006 (7038 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
05/04/2006 12:06:15 PM bruno (dot) mathieu (at) freesurf (dot) fr Comment #3 Reply to this comment
Thanks, I've made a dirty little change to login.inc and it's ok now !

Using iconv(NLS::getCharset, $encoding_preference, $password) for 
converting only the password should be better, but I don't know where 
to do this...



diff -r /imp-h3-4.1.1/templates/login/login.inc ./templates/login/login.inc

89c89

< <!--a75c305b1c0a6022--><form name="imp_login" action="<?php echo 
$formAction ?>" method="post"<?php echo $imp_auth ? ' 
target="_parent"' : '' ?>>

---
<!--a75c305b1c0a6022--><form accept-charset="ISO-8859-1" 
name="imp_login" action="<?php echo $formAction ?>" 
method="post"<?php echo $imp_auth ? ' target="_parent"' : '' ?>>
05/04/2006 09:43:40 AM Jan Schneider Comment #2
State ⇒ Not A Bug
Reply to this comment
Passwords must not contain non-ascii characters.
05/04/2006 09:24:52 AM bruno (dot) mathieu (at) freesurf (dot) fr Comment #1
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ authentication failed for some passwords
Queue ⇒ IMP
Reply to this comment
For some users, it is impossible to authenticate with imp and imap.

But they can access their mailboxes with imap directly, and also with 
Squirrelmail.

For example; with the password : l;pù, I can see with ngrep that the 
password is encoded as l%3Bp%C3%B9. It should be l%3Bp%F9

So there is a problem with %F9 replaced by %C3%B9.



Otherwise, IMP is very nice :-)

Saved Queries