mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
Merge branch 'ent-9679-bug-en-log-de-last-activity-al-iniciar-sesion' into 'develop'
Ent 9679 bug en log de last activity al iniciar sesion See merge request artica/pandorafms!5378
This commit is contained in:
commit
b596b895d1
@ -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