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

Re: brute force protection

2012-08-31 Thread Amyth Arora
error-message-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 >> will

Re: brute force protection

2012-08-30 Thread David Fischer
es 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 &g

brute force protection

2012-08-30 Thread brian downing
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 message because you are su