0.38 ms (16.22%)
|
1 |
INSERT INTO audit_log_entries (actor_id, actor_email, actor_token_label, impersonator_id, impersonator_email, target_type, target_id, action, metadata, ip, user_agent, created_at) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters: [
b"\x01Úq{ær¶šÎþ\x10\x05ïŠG"
"anthony@digitalsynergy.co.za"
null
null
null
null
null
"login.trusted_device_used"
null
"192.168.1.7"
"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:152.0) Gecko/20100101 Firefox/152.0"
"2026-07-07 15:15:52"
]
INSERT INTO audit_log_entries (actor_id, actor_email, actor_token_label, impersonator_id, impersonator_email, target_type, target_id, action, metadata, ip, user_agent, created_at) VALUES (0x019DDA717BE672B69ACEFE1005EF8A47, 'anthony@digitalsynergy.co.za', NULL, NULL, NULL, NULL, NULL, 'login.trusted_device_used', NULL, '192.168.1.7', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:152.0) Gecko/20100101 Firefox/152.0', '2026-07-07 15:15:52');
|
0.37 ms (15.96%)
|
1 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.password_hash AS password_hash_3, t0.role AS role_4, t0.is_enabled AS is_enabled_5, t0.totp_secret AS totp_secret_6, t0.auth_generation AS auth_generation_7, t0.billing_account_id AS billing_account_id_8, t0.force_password_change AS force_password_change_9, t0.reseller_id AS reseller_id_10, t0.parent_owner_id AS parent_owner_id_11, t0.permissions AS permissions_12, t0.display_name AS display_name_13, t0.created_at AS created_at_14, t0.last_login_at AS last_login_at_15 FROM users t0 WHERE t0.email = ? LIMIT 1
Parameters: [
"anthony@digitalsynergy.co.za"
]
SELECT t0.id AS id_1, t0.email AS email_2, t0.password_hash AS password_hash_3, t0.role AS role_4, t0.is_enabled AS is_enabled_5, t0.totp_secret AS totp_secret_6, t0.auth_generation AS auth_generation_7, t0.billing_account_id AS billing_account_id_8, t0.force_password_change AS force_password_change_9, t0.reseller_id AS reseller_id_10, t0.parent_owner_id AS parent_owner_id_11, t0.permissions AS permissions_12, t0.display_name AS display_name_13, t0.created_at AS created_at_14, t0.last_login_at AS last_login_at_15 FROM users t0 WHERE t0.email = 'anthony@digitalsynergy.co.za' LIMIT 1;
|