#9679 added id user in review logs
This commit is contained in:
parent
a54599caba
commit
28ce3c4c86
|
@ -82,7 +82,8 @@ if ($doLogin === true) {
|
|||
} else {
|
||||
db_pandora_audit(
|
||||
AUDIT_LOG_ACL_VIOLATION,
|
||||
'Trying to login using invalid credentials'
|
||||
'Trying to login using invalid credentials with API Rest',
|
||||
$id_user
|
||||
);
|
||||
http_response_code(403);
|
||||
return;
|
||||
|
|
Loading…
Reference in New Issue