[imp] Imp auth
Patrick Boutilier
boutilpj at ednet.ns.ca
Mon Jan 10 17:18:08 PST 2005
simprix wrote:
> Im trying to get it so that when I go to /horde/imp/ it will let me log
> straight into imp but right now it logs in the goes to the horde portal my
> config looks like this. From the docs everything looks right. This is the
> latest version of horde and imp
> Thanks
Do you have the following in horde/config/prefs.php ?
> // what application should we go to after login?
$_prefs['initial_application'] = array(
'value' => 'imp',
'locked' => true,
'shared' => true,
'type' => 'select',
'desc' => sprintf(_("What application should %s display after
login?"), $GLOBALS['registry']->get('name'))
);
<snip>
More information about the imp
mailing list