Skip to main content

admin

Admin-only user, submission, log, and system tools.

📄️Currently rate-limited IP addresses

Rate Limits tab: every client IP currently blocked or under a captcha-challenge cooldown, with why it was restricted, since when, how hard it is still knocking, when the restriction lifts on its own, and what is known about the address itself (where it sits in the address space, its reverse-DNS name, and whether AFCT's own activity log has seen it before). The rate limiter keeps its buckets in process memory, so this reports the state of the instance that serves the request and resets when the app restarts. It exposes visitors' IP addresses, so system administrators only.

📄️Unlock a locked-out account (admin)

Clears an account's auto-expiring login lock ahead of its expiry, so a user locked out by failed attempts can sign in again immediately. System administrators only. Idempotent: clearing an already-unlocked account is a no-op success. This only lifts the login gate; it does not reset the in-memory rate-limiter counters for the current instance, so a fresh burst of bad passwords can re-lock the account. That is intentional - the durable lock is the thing an admin manages.