DNNCommunity / DNN.Feedback

DNN Feedback is a basic module used for accepting user inquiries on your DNN site.
MIT License
17 stars 16 forks source link

Change NoCaptcha to ReCaptcha and Support Recaptcha V3 #54

Open ChrisHammond opened 4 years ago

ChrisHammond commented 4 years ago

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 commented 4 years ago

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

valadas commented 4 years ago

Awesome...

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

I think it was rebranded/renamed as:

valadas commented 4 years ago

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.

brewadmin commented 3 years ago

Support for Google reCaptcha V3 would be fantastic.