[imp] Custom Login handler?

Jan Schneider jan at horde.org
Tue Jan 11 08:23:02 PST 2005


Zitat von "Michael W. Jones" <mjones at otsc.com>:

> Has anyone been able to get the custom_login.php handler to work in Imp
> 4/Horde 3?
>
> I set the URL in the configuration to "scripts/custom_login.php" (currently
> testing just the basic version, will overlay actual custom page once
> working), and I have Horde set to authenticate via IMP.
>
> I end up with a stream of 302 "Temporarily redirected" messages in the log,
> before getting a 404 not found message:

Put the following lines before the first require_once line:

define('AUTH_HANDLER', true);
$authentication = 'none';

Jan.

-- 
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/


More information about the imp mailing list