| 1 |
0.37 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.status AS status_3, t0.tip AS tip_4, t0.roles AS roles_5, t0.settings AS settings_6, t0.password AS password_7, t0.confirmation_token AS confirmation_token_8, t0.password_requested_at AS password_requested_at_9, t0.last_activity_at AS last_activity_at_10, t0.last_login_at AS last_login_at_11, t0.termen_limita AS termen_limita_12, t0.file_avatar_name AS file_avatar_name_13, t0.created_at AS created_at_14, t0.updated_at AS updated_at_15 FROM user t0 WHERE t0.email = ? LIMIT 1
Parameters: [
"dragoscioace@gmail.com"
]
SELECT t0.id AS id_1, t0.email AS email_2, t0.status AS status_3, t0.tip AS tip_4, t0.roles AS roles_5, t0.settings AS settings_6, t0.password AS password_7, t0.confirmation_token AS confirmation_token_8, t0.password_requested_at AS password_requested_at_9, t0.last_activity_at AS last_activity_at_10, t0.last_login_at AS last_login_at_11, t0.termen_limita AS termen_limita_12, t0.file_avatar_name AS file_avatar_name_13, t0.created_at AS created_at_14, t0.updated_at AS updated_at_15 FROM user t0 WHERE t0.email = 'dragoscioace@gmail.com' LIMIT 1;
|
| 2 |
0.63 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.status AS status_3, t0.tip AS tip_4, t0.roles AS roles_5, t0.settings AS settings_6, t0.password AS password_7, t0.confirmation_token AS confirmation_token_8, t0.password_requested_at AS password_requested_at_9, t0.last_activity_at AS last_activity_at_10, t0.last_login_at AS last_login_at_11, t0.termen_limita AS termen_limita_12, t0.file_avatar_name AS file_avatar_name_13, t0.created_at AS created_at_14, t0.updated_at AS updated_at_15 FROM user t0 WHERE t0.email = ? LIMIT 1
Parameters: [
"dragoscioace@gmail.com"
]
SELECT t0.id AS id_1, t0.email AS email_2, t0.status AS status_3, t0.tip AS tip_4, t0.roles AS roles_5, t0.settings AS settings_6, t0.password AS password_7, t0.confirmation_token AS confirmation_token_8, t0.password_requested_at AS password_requested_at_9, t0.last_activity_at AS last_activity_at_10, t0.last_login_at AS last_login_at_11, t0.termen_limita AS termen_limita_12, t0.file_avatar_name AS file_avatar_name_13, t0.created_at AS created_at_14, t0.updated_at AS updated_at_15 FROM user t0 WHERE t0.email = 'dragoscioace@gmail.com' LIMIT 1;
|
| 4 |
0.43 ms |
INSERT INTO audit (interfata, actiune, ip, descriere, user_agent, method, request, changes, created_at, updated_at, user_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters: [
"sistem"
"procesare_automata"
"86.127.2.196"
"S-a executat [edit] pe [User] cu ID-ul: 48"
"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:152.0) Gecko/20100101 Firefox/152.0"
"POST"
"[]"
"{"last_login_at":["2026-06-18 10:50:32","2026-06-19 09:02:52"]}"
"2026-06-19 09:02:52"
"2026-06-19 09:02:52"
null
]
INSERT INTO audit (interfata, actiune, ip, descriere, user_agent, method, request, changes, created_at, updated_at, user_id) VALUES ('sistem', 'procesare_automata', '86.127.2.196', 'S-a executat [edit] pe [User] cu ID-ul: 48', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:152.0) Gecko/20100101 Firefox/152.0', 'POST', '[]', '{\"last_login_at\":[\"2026-06-18 10:50:32\",\"2026-06-19 09:02:52\"]}', '2026-06-19 09:02:52', '2026-06-19 09:02:52', NULL);
|