Activate reCAPTCHA

reCAPTCHA will help you to prevent spam users from registering with your website and logging into your website. To activate Google reCAPTCHA please follow the following instructions.

Version

Version 2: The “I’m not a robot” Checkbox requires the user to click a checkbox indicating the user is not a robot. This will either pass the user immediately (with No CAPTCHA) or challenge them to validate whether or not they are human. This is the simplest option to integrate with and only requires two lines of HTML to render the checkbox.

Version 3: reCAPTCHA v3 allows you to verify if an interaction is legitimate without any user interaction. It is a pure JavaScript API returning 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.

Version 3 Pass Score

Warning:
DO NOT SELECT 1.0 as the Version 3 Pass Score

Site Key / Secret Key

Please visit https://www.google.com/recaptcha/admin/ URL and create an app for your site their. Then it will generate you the Site Key & Secret Key.

Please note that you can not use the same Site Key & Secret Key for both version 2 and 3.

You can read more about this in Google’s Documentation.