mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +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 {
|
||||
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…
x
Reference in New Issue
Block a user