[imp] Re: side bar in IMP
John H. Bennett III
bennettj at thebennetthome.com
Mon Apr 18 18:25:39 PDT 2005
But I seem to get the Horde login page instead of IMP's login page when I
try to log into IMP. How can this be done?
Thanks,
Jie
Jie,
Again look in horde/confg/prefs.php
// what application should we go to after login?
$_prefs['initial_application'] = array(
'value' => 'imp',
'locked' => false,
'shared' => true,
'type' => 'select',
'desc' => sprintf(_("What application should %s display after login?"),
$GLOBALS['registry']->get('name'))
);
This is the global setting. If you don't lock this, then users can change
it as well.
Everything you have asked for is in the pref.php file(s)
JB
More information about the imp
mailing list