On Auth Fail
The On Auth Fail event fires if a user tries to log in with invalid credentials.
This is a server-side ProcScript event.
Available Variables
All variables exposed in 1️⃣Before Process are exposed, with the addition of:
username
- username the user attempted to log in with
Examples
Maybe you want to save the attempted username for later use:
my_variables.failed_user = username