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…
Reference in New Issue