lambdalisue / django-inspectional-registration

Django registration app with Inspection before activation
http://pypi.python.org/pypi/django-inspectional-registration
42 stars 26 forks source link

How to include captcha on 3 invalid login attempts in User Registration form? #41

Closed sankalpanand closed 8 years ago

sankalpanand commented 9 years ago

I am using this package. I want to implement a captcha for 3 or more invalid login attempts. How can I do that?

Any help is greatly appreciated. Thanks.

lambdalisue commented 9 years ago

This library is for registration. Not for authentication.

sankalpanand commented 9 years ago

Yeah, I understand. I need some guidance how can I extend this library to implement a capcha in the user registration page.

lambdalisue commented 9 years ago

Well, I'm not really sure but you can use any kind of plugins to do that I guess.

sankalpanand commented 9 years ago

I achieved to implement capcha to the user registration form. Just for anyone else who might be looking for the same, please read Bronx's answer in this post- http://stackoverflow.com/questions/2275806/easy-to-use-django-captcha-or-registration-app-with-captcha