Authentication recovery
Operator procedures for the two authentication recovery situations: a locked-out player and a password reset. For why lockouts work the way they do and what invalidates a session, see Authentication.
Recover a locked-out account
Section titled “Recover a locked-out account”Lockouts expire automatically after 15 minutes; there is no “unlock” command. When a player reports being locked out:
- Confirm the lockout is active (check logs for
account_lockedevents). - Wait for the 15-minute window to pass.
- Have the player try again with the correct credentials.
The failed-attempt counter resets to zero on the next successful login.
Reset a password
Section titled “Reset a password”With email configured
Section titled “With email configured”- Player requests reset via their email address.
- Server sends a one-time token (1-hour expiry).
- Player confirms reset with the token and a new password.
- Existing sessions are invalidated on a best-effort basis.