DNN.Feedback icon indicating copy to clipboard operation
DNN.Feedback copied to clipboard

Change NoCaptcha to ReCaptcha and Support Recaptcha V3

Open ChrisHammond opened this issue 5 years ago • 4 comments
trafficstars

Is your feature request related to a problem?

Not sure where the "NoCaptcha" name came from, but I can't find any reference to it from Google, everything I find is "ReCaptcha". Module also currently supports V2 but not V3

Describe the solution you'd like

Rebrand NoCaptcha References to ReCaptcha

Add support for V3

Describe alternatives you've considered

None

Additional context

None

ChrisHammond avatar May 05 '20 18:05 ChrisHammond

I've started working on this in my fork. Have created the required files for the version number 6.6.3 and started on renaming NoCaptcha to ReCaptcha

ChrisHammond avatar May 05 '20 20:05 ChrisHammond

Awesome...

The name comes from google api options at the time I implemented it. There was:

  • reCaptcha - very old, always shows a captcha
  • noCaptcha - was the most recent at the time, only showed a "I am not a robot" checkbox.
  • Invisible reCaptcha - Showed just a badge most of the time, but when in doubt, would show an image picker or some such.

I think it was rebranded/renamed as:

  • reCaptcha -> just got moved to the next option automatically
  • noCaptcha -> reCaptcha v2 with "I am not a robot checkbox" option
  • Invisible reCaptcha -> reCaptcha v2 with "Invisible reCaptcha badge"

valadas avatar May 22 '20 03:05 valadas

Actually after a google search, it looks like NoCaptcha was the initial name for reCaptcha v2, looks like they changed their minds and just made it v2 instead of a new naming/branding.

valadas avatar May 22 '20 03:05 valadas

Support for Google reCaptcha V3 would be fantastic.

brewadmin avatar Nov 02 '20 13:11 brewadmin