You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by Deepak Nigam <de...@gmail.com> on 2018/11/05 08:31:21 UTC

Google reCAPTCHA in E-Commerce

Hello All,

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 reCAPATCHA, please visit here
<https://developers.google.com/recaptcha/>.

I think this feature will be useful for OFBiz e-commerce also. Thoughts?


Thanks & Regards
--
Deepak Nigam
HotWax Systems Pvt. Ltd

Re: Google reCAPTCHA in E-Commerce

Posted by Deepak Nigam <de...@gmail.com>.
On a side note, copying 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.


*Google reCAPTCHA v3 can be used in combination with a two-factor
authentication mechanism if the obtained score is less than the specified
threshold value.*

*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.


On Fri, Nov 9, 2018 at 10:08 AM Deepak Nigam <de...@gmail.com>
wrote:

> Thanks, Richard & Rishi.
>
> Yes, we can make it configurable at the store level. Here is the Jira
> ticket <https://issues.apache.org/jira/browse/OFBIZ-10643> for further
> discussions and implementation.
>
>
>
> On Mon, Nov 5, 2018 at 6:24 PM Rishi Solanki <ri...@gmail.com>
> wrote:
>
>> Big +1 for adding this feature with accepted suggestions from Richard. We
>> can have it store level configuration to enable and disable as per the
>> store requirements.
>>
>> --
>> Rishi Solanki
>> Sr Manager, Enterprise Software Development
>> HotWax Systems Pvt. Ltd.
>> Direct: +91-9893287847
>> http://www.hotwaxsystems.com
>> www.hotwax.co
>>
>>
>> On Mon, Nov 5, 2018 at 4:15 PM Richard Siddall <
>> richard.siddall@elirion.net>
>> wrote:
>>
>> > Make it optional.
>> >
>> > Taking a user experience point-of-view:  Google reCAPTCHA is a
>> > technology for punishing internet users for visiting your site.  It
>> > greatly increases the number of clicks users have to make to achieve a
>> > goal and increases shopping cart abandonment.
>> >
>> > Definitely not something every site administrator is going to want
>> > polluting their e-commerce site.
>> >
>> >         Richard.
>> >
>> > Deepak Nigam wrote:
>> > > Hello All,
>> > >
>> > > 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 reCAPATCHA, please visit here
>> > > <https://developers.google.com/recaptcha/>.
>> > >
>> > > I think this feature will be useful for OFBiz e-commerce also.
>> Thoughts?
>> > >
>> > >
>> > > Thanks & Regards
>> > > --
>> > > Deepak Nigam
>> > > HotWax Systems Pvt. Ltd
>> > >
>> >
>> >
>>
>

Re: Google reCAPTCHA in E-Commerce

Posted by Deepak Nigam <de...@gmail.com>.
Thanks, Richard & Rishi.

Yes, we can make it configurable at the store level. Here is the Jira ticket
<https://issues.apache.org/jira/browse/OFBIZ-10643> for further discussions
and implementation.



On Mon, Nov 5, 2018 at 6:24 PM Rishi Solanki <ri...@gmail.com>
wrote:

> Big +1 for adding this feature with accepted suggestions from Richard. We
> can have it store level configuration to enable and disable as per the
> store requirements.
>
> --
> Rishi Solanki
> Sr Manager, Enterprise Software Development
> HotWax Systems Pvt. Ltd.
> Direct: +91-9893287847
> http://www.hotwaxsystems.com
> www.hotwax.co
>
>
> On Mon, Nov 5, 2018 at 4:15 PM Richard Siddall <
> richard.siddall@elirion.net>
> wrote:
>
> > Make it optional.
> >
> > Taking a user experience point-of-view:  Google reCAPTCHA is a
> > technology for punishing internet users for visiting your site.  It
> > greatly increases the number of clicks users have to make to achieve a
> > goal and increases shopping cart abandonment.
> >
> > Definitely not something every site administrator is going to want
> > polluting their e-commerce site.
> >
> >         Richard.
> >
> > Deepak Nigam wrote:
> > > Hello All,
> > >
> > > 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 reCAPATCHA, please visit here
> > > <https://developers.google.com/recaptcha/>.
> > >
> > > I think this feature will be useful for OFBiz e-commerce also.
> Thoughts?
> > >
> > >
> > > Thanks & Regards
> > > --
> > > Deepak Nigam
> > > HotWax Systems Pvt. Ltd
> > >
> >
> >
>

Re: Google reCAPTCHA in E-Commerce

Posted by Rishi Solanki <ri...@gmail.com>.
Big +1 for adding this feature with accepted suggestions from Richard. We
can have it store level configuration to enable and disable as per the
store requirements.

--
Rishi Solanki
Sr Manager, Enterprise Software Development
HotWax Systems Pvt. Ltd.
Direct: +91-9893287847
http://www.hotwaxsystems.com
www.hotwax.co


On Mon, Nov 5, 2018 at 4:15 PM Richard Siddall <ri...@elirion.net>
wrote:

> Make it optional.
>
> Taking a user experience point-of-view:  Google reCAPTCHA is a
> technology for punishing internet users for visiting your site.  It
> greatly increases the number of clicks users have to make to achieve a
> goal and increases shopping cart abandonment.
>
> Definitely not something every site administrator is going to want
> polluting their e-commerce site.
>
>         Richard.
>
> Deepak Nigam wrote:
> > Hello All,
> >
> > 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 reCAPATCHA, please visit here
> > <https://developers.google.com/recaptcha/>.
> >
> > I think this feature will be useful for OFBiz e-commerce also. Thoughts?
> >
> >
> > Thanks & Regards
> > --
> > Deepak Nigam
> > HotWax Systems Pvt. Ltd
> >
>
>

Re: Google reCAPTCHA in E-Commerce

Posted by Richard Siddall <ri...@elirion.net>.
Make it optional.

Taking a user experience point-of-view:  Google reCAPTCHA is a 
technology for punishing internet users for visiting your site.  It 
greatly increases the number of clicks users have to make to achieve a 
goal and increases shopping cart abandonment.

Definitely not something every site administrator is going to want 
polluting their e-commerce site.

	Richard.

Deepak Nigam wrote:
> Hello All,
> 
> 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 reCAPATCHA, please visit here
> <https://developers.google.com/recaptcha/>.
> 
> I think this feature will be useful for OFBiz e-commerce also. Thoughts?
> 
> 
> Thanks & Regards
> --
> Deepak Nigam
> HotWax Systems Pvt. Ltd
>