[Tickets #3882] RESOLVED: authentication failed for some passwords

bugs@bugs.horde.org bugs at bugs.horde.org
Thu May 4 05:06:15 PDT 2006


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/?id=3882
-----------------------------------------------------------------------
 Ticket             | 3882
 Updated By         | bruno.mathieu at freesurf.fr
 Summary            | authentication failed for some passwords
 Queue              | IMP
 Version            | 4.1.1
 State              | Bogus
 Priority           | 1. Low
 Type               | Bug
 Owners             | 
-----------------------------------------------------------------------


bruno.mathieu at freesurf.fr (2006-05-04 05:06) wrote:

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
< <form name="imp_login" action="<?php echo $formAction ?>"
method="post"<?php echo $imp_auth ? ' target="_parent"' : '' ?>>
---
> <form accept-charset="ISO-8859-1" name="imp_login" action="<?php echo
$formAction ?>" method="post"<?php echo $imp_auth ? ' target="_parent"' : ''
?>>





More information about the bugs mailing list