Add increasingly difficult altcha challenge after multiple failed logins #68
Labels
No labels
Bug
Cleanup/Refactor
Core Feature
Documentation
Feature
Performance Improvement
Security Improvement
UX/Accessibility
Unreproducable Bug
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: rainbownapkin/canopy#68
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
While normal logins shouldn't require a altcha challange, even if the user has miss-typed their password once or twice, several failed log in attempts on a single account should.
These altcha challenges should get increasingly computationally difficult until a maximum limit, which should slow down any brute forcing attacker to a crawl. Eventually causing the time to solve to take longer than the time to expire.
Challenge requirements should be reset after either a successful login, or a day after any failed log-ins
added #35 as parent issue
changed the description
Basic bruteforce detection added, 5 failed logins now requires increasingly difficulty captcha, 200 failed logins locks out user account:
9c18c23ad5