| Summary | postauthenticate hook with no effect |
| Queue | Horde Base |
| Queue Version | 4.0.15 |
| Type | Bug |
| State | Not A Bug |
| Priority | 1. Low |
| Owners | |
| Requester | Thomas (at) nurzen (dot) de |
| Created | 08/31/2012 (4816 days ago) |
| Due | |
| Updated | 01/18/2013 (4676 days ago) |
| Assigned | 10/10/2012 (4776 days ago) |
| Resolved | 10/11/2012 (4775 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
imp/config/hooks.php
State ⇒ Not A Bug
against an ldap after successful imp (does make sense in my special
case)
right guess. I am using imp for authentication.
So you are saying that postauthenticate is only executed after
successful horde auth? This is sad and not clearly documented.
Do i have another way to "post authenticate"? I want to doublecheck
against an ldap after successful imp (does make sense in my special
case)
State ⇒ Feedback
opposed to imp)?
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ postauthenticate hook with no effect
Queue ⇒ Horde Base
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
The postauthenticate hook seems to be not executed. Minimal example:
<HORDE/config/hooks.php>
public function postauthenticate($userId, $credentials)
{
return false;
}
As always: Thx