Where do I see my login history in the dashboard?

Last updated May 20, 2026Account & security

There is no dedicated Login History page in Valid Email Checker today. Every successful or failed login attempt is logged server-side — the log-login-attempt edge function writes a row to the login_history table with IP, location, device, browser, OS, auth method, 2FA status, and a failure reason if it failed — but those rows are not yet rendered in the user-facing dashboard. The closest equivalent that you can self-serve is the Active Sessions list under Account Settings, Security tab.

What Active Sessions shows you

Open Account Settings, click Security, scroll to Active Sessions. The table covers every session that has ever been established on the account: device, browser, operating system, location, IP, status (current, active, terminated, expired), and timestamps. Past sessions appear with a Terminated badge and a reason underneath — new_login when another device replaced them, manual_termination if you killed them yourself, timeout when they expired through inactivity. See what does the active sessions list show for a column-by-column breakdown.

What Active Sessions does NOT show

  • Failed login attempts. If someone tried your password and got it wrong, no session was ever created, so no row exists in Active Sessions. Failed attempts only live in login_history.
  • The auth method used (password vs. Continue with Google vs. magic link).
  • Whether 2FA was passed on this login or skipped via a backup code.
  • Any explicit suspicious-flag column. The detection runs internally and drives the security email; the dashboard does not yet expose the flag value to you.

If you need a full audit trail today

Email support@validemailchecker.com from your account address. We can pull your full login_history server-side and send you a summary — successful and failed attempts, IPs, locations, 2FA outcomes, the lot. This is also the right path if you suspect an account compromise and want a complete record to compare against your own travel and device timeline.

A dedicated page is on the roadmap
A self-serve Login History view inside Account Settings is on the VEC roadmap. Until it ships, Active Sessions plus a quick email to support cover the same ground.