#9679 added id user in review logs

This commit is contained in:
Daniel Cebrian 2023-01-05 09:44:59 +01:00
parent a54599caba
commit 28ce3c4c86

View File

@ -82,7 +82,8 @@ if ($doLogin === true) {
} else { } else {
db_pandora_audit( db_pandora_audit(
AUDIT_LOG_ACL_VIOLATION, 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); http_response_code(403);
return; return;