django-ratelimit-backend icon indicating copy to clipboard operation
django-ratelimit-backend copied to clipboard

Can this be used to do soft-lockouts, too?

Open rschwiebert opened this issue 7 years ago • 0 comments

Hi: I've scanned the source once, but I'm not sure I have the answer to my question.

I'd like to implement a soft lockout where after (say) 3 failed attempts, I add a captcha to the form.

Is it possible to inject this behavior into what django-ratelimit-backend provides?

Thanks

rschwiebert avatar Dec 30 '17 19:12 rschwiebert