[imp] 2 logout buttons in HEAD IMP-CVS 4.0-01-12-04
Fred Ho
fkho at fredho.net
Sat Dec 4 09:13:17 PST 2004
Hi,
I am testing the CVS Head of Horde 3 and IMP 4
dated Dec 01, 2004. I got 2 Logout buttons at the top menu
once I logged in to IMP.
The horde conf.php has:
...
$conf['auth']['params']['app'] = 'imp';
$conf['auth']['driver'] = 'application';
...
$conf['menu']['always'] = false;
$conf['menu']['links']['help'] = 'authenticated';
$conf['menu']['links']['options'] = 'authenticated';
$conf['menu']['links']['problem'] = 'authenticated';
$conf['menu']['links']['login'] = 'never';
$conf['menu']['links']['logout'] = 'never';
The horde prefs.php has:
...
// 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'))
);
...
$_prefs['show_sidebar'] = array(
'value' => false,
'locked' => true,
'shared' => true,
'type' => 'checkbox',
'desc' => sprintf(_("Show the %s Menu on the left?"),
$GLOBALS['registry']->get('name', 'horde'))
);
The imp conf.php has:
...
$conf['user']['alternate_login'] = false;
$conf['user']['redirect_on_logout'] = false;
Any ideas on how to get rid of the 2nd Logout button?
Thanks.
Regards,
Fred
More information about the imp
mailing list