fix(19): CR-04 scope login lockout to username, add TTL auto-expiry + admin-reset unlock

This commit is contained in:
Lucas Berger
2026-06-17 20:20:43 -04:00
parent 6ef8e03f8c
commit b083cb7193
4 changed files with 108 additions and 31 deletions
+2 -1
View File
@@ -332,7 +332,8 @@ export function LoginPage({ authMode }: LoginPageProps) {
}}
>
<AlertCircle size={16} aria-hidden="true" style={{ flexShrink: 0 }} />
This account is temporarily locked. Contact your admin to reset access.
Too many failed attempts for this account. Try again in about 15 minutes, or
contact your admin to reset access.
</div>
)}