DNN.Feedback
DNN.Feedback copied to clipboard
Change NoCaptcha to ReCaptcha and Support Recaptcha V3
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
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
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"
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.
Support for Google reCaptcha V3 would be fantastic.