Author Topic: Password complexity issue  (Read 2485 times)

Offline Markus-K

  • Newbie
  • *
  • Posts: 1
Password complexity issue
« on: March 14, 2015, 11:05:02 AM »
Hello,

I use the latest stable version of roundcube 1.1.0.
As I updated from an old version from the year 2013, in some specific situation a Login is not possible when the user has a complex password which includes chracters like ) and : .

Here is the error message in the log file:
[12-Mar-2015 19:34:23 +0000]: IMAP Error: Login failed for cvb from ip.ip.ip.ip. Authentication failed. in /home/domainname.com/www/public-html/webmail/program/lib/Roundcube/rcube_imap.php on line 184 (POST /webmail/?_task=login?_task=login&_action=login)

99,9% of the other users with different Passwords can Login without any isseu.

The charset configuration is set to the default:
$config['password_charset'] = 'ISO-8859-1';
$config['default_charset'] = 'ISO-8859-1';

Has anyone an idea where to look at?

Many thanks in advance,
best regards,
Markus