[imp] Where to After Login?

Nate nmollring at cennecs.org
Fri Mar 28 13:23:58 PST 2003


Quoting Mark Lucas <mark at mlucas.net>:

> Andrew,
> 
> > In horde/config/registry.php, uncomment the following two lines:
> > 
> > $this->registry['auth']['login'] = 'imp';
> > $this->registry['auth']['logout'] = 'imp';
> > 
> > This sets up Horde to let IMP do the authentication for it.  If that is
> > not enough to get it to go straight to IMP, let me know and I'll did
> > through my config files further.

/horde/prefs.php

// what application should we go to after login?
$_prefs['initial_application'] = array(
    'value' => 'imp',
    'locked' => false,
    'shared' => true,
    'type' => 'select',
    'desc' => _("What application should Horde display after login?"));

try that,
Nate



More information about the imp mailing list