[Tickets #10448] Re: Preauth hook and authusername hook are not used
bugs at horde.org
bugs at horde.org
Thu Dec 13 22:59:28 UTC 2012
BITTE NICHT AUF DIESE NACHRICHT ANTWORTEN. NACHRICHTEN AN DIESE
E-MAIL-ADRESSE WERDEN NICHT GELESEN.
Ticket-URL: http://bugs.horde.org/ticket/10448
------------------------------------------------------------------------------
Ticket | 10448
Aktualisiert Von | joniw at t-online.de
Zusammenfassung | Preauth hook and authusername hook are not used
Warteschlange | Ingo
Version | Git master
Typ | Bug
Status | Not A Bug
Priorität | 1. Low
Milestone |
Patch |
Zuständige |
------------------------------------------------------------------------------
joniw at t-online.de (2012-12-13 22:59) hat geschrieben:
> this is my hooks.php
>
> class Ingo_Hooks
> {
> public function transport_auth($driver)
> {
> $ob = $GLOBALS['registry']->call('mail/imapOb');
> return array(
> 'username' => $ob->getParam('username'),
> 'password' => $ob->getParam('password')
> );
>
> }
> }
Try to add:
'euser' => $ob->getParam('username')
to the array.
with regards
Jonathan
More information about the bugs
mailing list