Re: [imp] Post-authentication hook is ignored (Horde 5.0.19)

2013-01-17 Thread Jan Schneider
Zitat von mailing lists : On 01/17/2013 04:31 PM, Jan Schneider wrote: Zitat von mailing lists : [...] And did you add this hook to imp, like it says? That was the original question. Horde Portal 3.x had a tab named "Custom Function Hooks" in which I could active them, but for this v

Re: [imp] Post-authentication hook is ignored (Horde 5.0.19)

2013-01-17 Thread mailing lists
On 01/17/2013 04:31 PM, Jan Schneider wrote: > Zitat von mailing lists : [...] > And did you add this hook to imp, like it says? That was the original question. Horde Portal 3.x had a tab named "Custom Function Hooks" in which I could active them, but for this version I didn't find any tab lik

Re: [imp] Post-authentication hook is ignored (Horde 5.0.19)

2013-01-17 Thread Jan Schneider
Zitat von mailing lists : On 01/17/2013 01:43 PM, Jan Schneider wrote: Zitat von mailing lists : [...] This is NOT a recent hooks.php.dist from Horde. Version 5.0.19 doesn't even exist by the way. It reads:     * postauthenticate     *     * This hook is used to dynamicall

Re: [imp] Post-authentication hook is ignored (Horde 5.0.19)

2013-01-17 Thread mailing lists
On 01/17/2013 01:43 PM, Jan Schneider wrote: > Zitat von mailing lists : [...] > This is NOT a recent hooks.php.dist from Horde. Version 5.0.19 doesn't > even exist by the way. It reads: > >    * postauthenticate >    * >    * This hook is used to dynamically alter the login crede

Re: [imp] Post-authentication hook is ignored (Horde 5.0.19)

2013-01-17 Thread Jan Schneider
Zitat von mailing lists : Hello Jan, On 01/17/2013 12:46 PM, Jan Schneider wrote: Zitat von mailing lists : [...] Any idea about why the postauth hook is not being executed? Read the documentation in the header of horde/config/hooks.php.dist. you must be referring to this:  * postauth

Re: [imp] Post-authentication hook is ignored (Horde 5.0.19)

2013-01-17 Thread mailing lists
Hello Jan, On 01/17/2013 12:46 PM, Jan Schneider wrote: > Zitat von mailing lists : [...] >> Any idea about why the postauth hook is not being executed? > > Read the documentation in the header of horde/config/hooks.php.dist. you must be referring to this:  * postauthenticate  * ---

Re: [imp] Post-authentication hook is ignored (Horde 5.0.19)

2013-01-17 Thread Jan Schneider
Zitat von mailing lists : Hello,  I'm trying to write a very simple function to run on the postauth hook but it is completly ignored (Horde 5.0.19), even a simple Horde::logMessage line is ignored. Pre-auth and username hooks works just fine. Earlier versions like Horde Portal (3.x) had