"log failed login because of hook 'session_creation' with account_id, to not block the account in that case"

This commit is contained in:
Ralf Becker 2009-04-28 10:41:09 +00:00
parent 9ecd56d384
commit 258aa9e31f

View File

@ -571,7 +571,7 @@ class egw_session
if ($reason) // called hook requests to deny the session
{
$this->reason = $this->cd_reason = $reason;
$this->log_access($this->reason,$login,$user_ip,0 ); // log unsuccessfull login
$this->log_access($this->reason,$login,$user_ip,$this->account_id); // log unsuccessfull login
return false;
}
}