mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +02:00
#9679 added id user in review logs
This commit is contained in:
parent
a54599caba
commit
28ce3c4c86
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user