"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:39:57 +00:00
parent e8577f10a7
commit 96f5529abf

View File

@ -561,7 +561,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;
}
}