[jira] [Commented] (OFBIZ-10643) Google reCAPTCHA in E-Commerce Application

2020-07-08 Thread Pawan Verma (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-10643?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17153559#comment-17153559
 ] 

Pawan Verma commented on OFBIZ-10643:
-

Hi [~priya.sharma.9362]

I would suggest to use the latest Google Recaptcha. Thanks!

> 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: Priya Sharma
>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
(v8.3.4#803005)


[jira] [Commented] (OFBIZ-10643) Google reCAPTCHA in E-Commerce Application

2019-07-27 Thread Priya Sharma (JIRA)


[ 
https://issues.apache.org/jira/browse/OFBIZ-10643?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16894433#comment-16894433
 ] 

Priya Sharma commented on OFBIZ-10643:
--

Hello Everyone, 
I would like to volunteer in proceeding with this task, keeping in mind the 
discussion done so far.

Initially, I have explored these documents and would like to share the plan 
with the community
 * We will keep this feature configurable, the default behavior will be disabled
 * We will pick the screens and forms where we need Recaptcha
 * Will utilize the Recaptcha rendering process explained 
[here|[https://developers.google.com/recaptcha/docs/display]]  
 * Will utilize the token verification process explained 
[here|[https://developers.google.com/recaptcha/docs/verify]], for verifying the 
token on the client-side (and server-side, if needed)

Q. I would like to know which Recaptcha version are we planning to integrate, 
should this also be configurable or we should go with the latest version?

Please share your views or concern if any.

> 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: Priya Sharma
>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.14#76016)


[jira] [Commented] (OFBIZ-10643) Google reCAPTCHA in E-Commerce Application

2018-11-10 Thread Rishi Solanki (JIRA)


[ 
https://issues.apache.org/jira/browse/OFBIZ-10643?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16682357#comment-16682357
 ] 

Rishi Solanki commented on OFBIZ-10643:
---

Thanks [~deepak.nigam] one more suggestion while making it configurable we 
should have default to disable and if business specifically wants this feature 
then she can enable it.

> 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)


[jira] [Commented] (OFBIZ-10643) Google reCAPTCHA in E-Commerce Application

2018-11-09 Thread Deepak Nigam (JIRA)


[ 
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)


[jira] [Commented] (OFBIZ-10643) Google reCAPTCHA in E-Commerce Application

2018-11-09 Thread Michael Brohl (JIRA)


[ 
https://issues.apache.org/jira/browse/OFBIZ-10643?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16681719#comment-16681719
 ] 

Michael Brohl commented on OFBIZ-10643:
---

Hi [~deepak.nigam],

this feature should be optional with configuration as Rishi suggested. Thanks!

> 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)