You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reported by ASeques on 29 Jun 2012 14:40 UTC as Trac ticket #1488550
At least in 0.7.2 (probably on newer versions too since the code it's the same) there's a check to validate the host passed to the login function in rcmail.php
The problem with that is that this error is quite hard to debug, since the function only returns false (then being translated as wrong password)
There should be a more explicit message (even with its own errorcode) indicating that your host isn't in the array/string of allowed hosts defined in default_host.
This is specially confusing when default_host is 'localhost' and for some reason the $host is picked up as '127.0.0.1'
Reported by ASeques on 29 Jun 2012 14:40 UTC as Trac ticket #1488550
At least in 0.7.2 (probably on newer versions too since the code it's the same) there's a check to validate the host passed to the login function in rcmail.php
The problem with that is that this error is quite hard to debug, since the function only returns false (then being translated as wrong password)
There should be a more explicit message (even with its own errorcode) indicating that your host isn't in the array/string of allowed hosts defined in default_host.
This is specially confusing when default_host is 'localhost' and for some reason the $host is picked up as '127.0.0.1'
For a thread about this issue go to:
http://www.roundcubeforum.net/index.php/topic,9776.msg39666.html#
Migrated-From: http://trac.roundcube.net/ticket/1488550
The text was updated successfully, but these errors were encountered: