[imp] Can't get past the login screen

Anil Madhavapeddy anil@recoil.org
Tue, 6 Feb 2001 09:33:51 -0000


Chuck Hagenbuch wrote:


> Quoting "Timothy M. Butkiewicz" <Timothy@cyberMIND-usa.com>:
>
> > Any reason why IMP would take a username/pass, not connect with the
server
> > and return a bad username and password?
>
> Nothing that makes much sense comes to mind off the top of my head, but
you can
> trace through IMP::createSession(), IMP::setupSession(), and
IMP::authenticate
> () in lib/IMP.php.
>

In the past, it's also been when the Secret class fails for some reason (it
uses mcrypt normally).  I haven't seen it for a while, but it may be because
I always use mcrypt now.  Try activating it if you don't already use it, and
see if that helps.

Anil