backdrop-contrib / recaptcha

A Backdrop CMS port of drupal.org/project/recaptcha, uses the reCAPTCHA webservice to improve CAPTCHAs on forms.
GNU General Public License v2.0
0 stars 0 forks source link

Support for Recaptcha V3 #5

Open jenlampton opened 6 months ago

jenlampton commented 6 months ago

When you sign up your website for reCaptcha you get a V3 key, but the module only supports V2, so you are immediately presented with this error on any page that uses recaptcha.

"ERROR for site owner: Invalid key type"

Note, it is possible to request a V2 key, but it would be nice if we could have either :)

herbdool commented 3 months ago

Look forward to a PR. I've noticed that it's been hard to get v3 fully working in Drupal recaptcha. It's still a work in progress.