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:
Daniel Rodriguez 2023-01-10 09:03:37 +00:00
commit b596b895d1
1 changed files with 2 additions and 1 deletions

View File

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