#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
1 changed files with 2 additions and 1 deletions

View File

@ -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;