[
https://issues.apache.org/jira/browse/OFBIZ-10643?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16682204#comment-16682204 ]
Deepak Nigam commented on OFBIZ-10643:
--------------------------------------
Yes [~mbrohl] , we will make this feature optional with configuration as suggested by [~rishisolankii] .
On a side note, pasting the content from [
https://developers.google.com/recaptcha/docs/versions] for more information about user interaction in Google Recaptcha.
reCAPTCHA v3
reCAPTCHA v3 allows you to verify if an interaction is legitimate without any user interaction. It is a purely JavaScript API returns a score giving you the ability to take action in the context of your site: for instance requiring additional factors of authentication, sending a post to moderation, or throttling bots that may be scraping content.
h2. Invisible reCAPTCHA
The second option 'Invisible reCAPTCHA' does not require the user to click on a checkbox, instead, it is invoked directly when the user clicks on an existing button on your site or can be invoked via a JavaScript API call. The integration requires a JavaScript callback when reCAPTCHA verification is complete. By default, only the most suspicious traffic will be prompted to solve a captcha. To alter this behaviour edit your site security preference under advanced settings.
> Google reCAPTCHA in E-Commerce Application
> ------------------------------------------
>
> Key: OFBIZ-10643
> URL:
https://issues.apache.org/jira/browse/OFBIZ-10643> Project: OFBiz
> Issue Type: New Feature
> Components: ecommerce
> Reporter: Deepak Nigam
> Assignee: Deepak Nigam
> Priority: Major
>
> Google reCAPTCHA is a security feature that protects websites forms from spam entries while letting real people pass through with ease. It can be used for login, registration, password recovery, comments, popular contact forms, etc.
> Users are required to confirm that they are not a robot before the form can be submitted. It’s easy for people and hard for bots.
>
> For more information about Google reCAPTCHA, please visit [here|
https://developers.google.com/recaptcha/].
>
> I think this feature will be useful for OFBiz e-commerce also.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)