-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add reCaptcha as a field option #3
Comments
I am gonna get started on this isse. By implementing the following package: https://github.com/praekelt/django-recaptcha |
@OktayAltay Cool, can you add a ratelimiter too? so the recaptcha will only show after X number of submits? maybe:http://django-ratelimit.readthedocs.io/en/latest/ |
@Henk-JanVanHasselaar lets make a seperate issue out of this one. Recaptcha is has the priority at this moment due to project commitments. |
Sure, ref in issue #8 |
IMHO this is something we should tackle together... |
Field option is not possible, we're going for a checkbox on the form itself. |
Fixed in 0.1.3 |
In addition to the field type it would be nice if we have a reCaptcha option when this app is available within the
INSTALLED_APPS
list.The text was updated successfully, but these errors were encountered: