ioos / ckanext-ioos-theme

IOOS Catalog as a CKAN extension
GNU Affero General Public License v3.0
7 stars 14 forks source link

Fix mobile view feedback button, upgrade to Recaptcha V3 testing #197

Closed gitchrisadams closed 5 years ago

gitchrisadams commented 5 years ago

Do not merge yet, posting this up to get some feedback.

This puts captcha via small slide out box on bottom right. So no need to check box, it uses V3 which doesn't require a check box. It only displays puzzle if it detects suspicious activity.

I also fixed mobile view so it displays red feedback button even on small screens and I removed button on top menu.

I was having issues testing the submission of form using local smtp server but I was having same issue on master. @benjwadams Can you take a look at this and offer any suggestions/feedback.

If V3 doesn't look like the way to go, V2 with the "I'm not a robot" checkbox can be set to lower security settings which would not show puzzle as often. There is no way around not showing puzzle at all though, through my research.