Re: brute force protection

2012-08-31 Thread brian
For my long term plans I want it to be app based. To start with I want to give 3 tries and then lockout. For my use case this will work. Long term I like to add IP and move over to a captcha after 3 tries and a delay like 2^tryNumber. Brian -- You received this message because you are sub

Re: brute force protection

2012-08-31 Thread Amyth Arora
essage-in-custom-auth-backend>that >> says overwrite django.contrib.auth.forms. >> **AuthenticationForm but I'm not sure how to incorporate the new form in >> the apps. >> >> Does anyone have suggestions about writing a brute force protector that >> wil

Re: brute force protection

2012-08-30 Thread David Fischer
n the apps. > > Does anyone have suggestions about writing a brute force protector that > will do the things I want? > > > > I posted this on > stackoverflow<http://stackoverflow.com/questions/12135422/django-brute-force-protection>but > didn't get a response.

brute force protection

2012-08-30 Thread brian downing
form in the apps. Does anyone have suggestions about writing a brute force protector that will do the things I want? I posted this on stackoverflow <http://stackoverflow.com/questions/12135422/django-brute-force-protection> but didn't get a response. Brian -- You received this m