maccesch / cmsplugin-contact

Extendable contact plugin for django-cms with spam protection and i18n
BSD 2-Clause "Simplified" License
71 stars 62 forks source link

new reCaptcha from Google #75

Closed cschaffner closed 6 years ago

cschaffner commented 9 years ago

Google introduced a new reCaptcha https://www.google.com/recaptcha/intro/index.html It would be great if this plugin supported it. I guess one needs to change the according recaptcha-client, or maybe switch to https://github.com/2degrees/python-recaptcha instead?

maccesch commented 9 years ago

does python-recaptcha support the new version? The only commit that was made after 2 years is 9 days old and says "Removed unnecessary whitespace".

cschaffner commented 9 years ago

I don't think python-recaptcha already supports the new version, but it does look slightly more promising than https://code.google.com/p/recaptcha/ which is still hosted at google code? I raised the issue https://github.com/2degrees/python-recaptcha/issues/3 there, so maybe they will implement it...

gnarea commented 9 years ago

I'm one of the guys behind 2degrees' python-recaptcha. The project is very much alive -- If there's no commit activity that's because it's stable and with no known bugs.

We'll be adding support for the new reCAPTCHA soon, as mentioned in the ticket referenced above.

And by the way, we have a plugin for Django: https://pythonhosted.org/django-recaptcha-field/