Skip to content

passioneight/pimcore-google-recaptcha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Recaptcha

Google provides a useful CAPTCHA that can be used to provide better security for your pages, namely Google reCAPTCHA.

Fun fact: CAPTCHA means Completely Automated Public Turing test to tell Computers and Humans Apart.

Table of contents

When should I use this bundle?

Whenever an action in your Pimcore-project needs to be protected with Google reCAPTCHA V3.

V3 is the only supported version.

Why should I use this bundle?

To protect your site against bots. For example, if your site has some kind of authentication (e.g., login, registration, ...), you'll want to include Google reCAPTCHA into your site as this will increase security. See Google's explanatory video for details.

Please note that there are some privacy concerns, as it is said (though, not proven) that Google may collect user data for their own benefits - other than Google reCAPTCHA improvements.

Beware that you are responsible for GDPR compliance.