List of logged events

Error events

Event TypeActionDescription
login.invalid_emailInvalid email used for loginCould not find email in users list
login.invalid_passwordInvalid password used for loginThe password entered do not match the stored password
login.invalid_sessionInvalid session used for loginCould not find user with session
lockout_policy.limit_reachedLockout policy limit reachedUser has reached lockout policy limits
user.lockedUser is lockedUser has passed the lockout policy limits and cannot login
user.lockedUser is lockedUser is locked and cannot login
recaptcha_policy.validation_failedreCaptcha validation failedUser reCaptcha check failed
ip_policy.validation_failedIP policy verification failedUser has failed IP policy verification and cannot login
magic_link.failedMagic link failedLink used for login was not found used already
magic_link.failedMagic link failedLink used for login is expired
magic_link.failedMagic link failedMagic link was used from a different device it was requested from
magic_code.failedMagic code failedOne time code used was not found
magic_code.failedMagic code failedOne time code used is expired
email_verification.failedVerification flow failedUser has failed verification flow
password_reset.failedReset password failedUser has failed to reset their password
login.email_sentMagic link/code email sent to userUser has been sent with magic link/code as part of the login process
login.sms_sentMagic link/code email sent to userUser has been sent with magic link/code as part of the login process
email_verification.sentVerification email sent to userUser has been sent with verification email
email_verification.completedVerification flow completedUser has completed the verification flow
password_reset.email_sentReset password email sent to userUser has been sent with reset password email
password_reset.completedReset password completedUser has reset their password
password_breach.email_sentPassword breach email sentSent an email on breached password

Success events

Event TypeActionDescription
login.completedLogin completedUser is logged in succesfully
login.email_sentMagic link/code email sent to userUser has been sent with magic link/code as part of the login process
login.sms_sentMagic link/code email sent to userUser has been sent with magic link/code as part of the login process
email_verification.sentVerification email sent to userUser has been sent with verification email
email_verification.completedVerification flow completedUser has completed the verification flow
password_reset.email_sentReset password email sent to userUser has been sent with reset password email
password_reset.completedReset password completedUser has reset their password
password_breach.email_sentPassword breach email sentSent an email on breached password
signup.completedSignup completedSignup has completed successfull