Zitat von Achim <[email protected]>:
Hi All,I am considering to integrate HORDE into our Intranet. Therefore I want to combine the two sessions of TYPO3 and HORDE / IMP. Is there a way to disable the logout buttons on HORDE?
That's a configuration setting.
then I would do the logout in the typo3 extension
$horde_auth = &Auth::singleton($GLOBALS['conf']['auth']['driver']);
$horde_auth->clearAuth();
Or is there a hook in HORDE / IMP that is called at logout - that could
call the typo3 mechanisms to logout this session?
Thanks for your responses - Achim
--
IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: [email protected]
Jan. -- Do you need professional PHP or Horde consulting? http://horde.org/consulting/
pgpR0VfDFp8Qo.pgp
Description: Digitale PGP-Unterschrift
-- IMP mailing list - Join the hunt: http://horde.org/bounties/#imp Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
