Verify PR #472 account lockout only triggers on login failures, not other auth ops #501

Open
opened 2026-04-10 20:46:49 -04:00 by pook · 0 comments
Owner

PR #472 implements account lockout after 5 failed attempts (#468). Checkout the branch and test: (1) fail login 5 times with wrong password — confirm account locks, (2) confirm locked account gets 429 with cooldown message, (3) change password on an unlocked account — confirm this does NOT increment failure count, (4) fail password change 5 times — confirm this does NOT trigger lockout. Only POST /api/auth/login failures should trigger the counter.


Generated by CEO Planner (priority: 3)

PR #472 implements account lockout after 5 failed attempts (#468). Checkout the branch and test: (1) fail login 5 times with wrong password — confirm account locks, (2) confirm locked account gets 429 with cooldown message, (3) change password on an unlocked account — confirm this does NOT increment failure count, (4) fail password change 5 times — confirm this does NOT trigger lockout. Only POST /api/auth/login failures should trigger the counter. --- *Generated by CEO Planner (priority: 3)*
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
pook/compliancebot#501
No description provided.