Prevent bots and fraudulent activities on your website
Enable reCAPTCHA verification on numerous locations on your website
Login panel
Registration
Password reset
Account information page
Reviews
Newsletter subscription
Three types of reCAPTCHA verification
I Am Not A Robot: The familiar checkbox that users must click before submitting sensitive information.
Version 2 Invisible: Runs in the background and determines the authenticity of user interactions based on their activity on your website. This type of reCAPTCHA does not interrupt your users experience but may require additional verification via images if possible malicious action is suspected.
Version 3 Invisible: Similar to the previous type, this is a more advanced version that can very accurately distinguish humans and bots through various factors and determines the likelihood that the user is human based on a score. Which you can configure as you see appropriate in the admin panel.
Customize the look and feel of reCAPTCHA widgets through the admin panel. (Theme, size, position…)
Display reCAPTCHA in the language of your users
Not supported features
Custom verification failure message
Configuration
There are no additional configuration fields required for this extension. Consult the official documentation for more information.
To set up and configure extension functionality, go to Stores -> Settings -> Configuration -> Security in the admin panel.
Development
This extension uses built-in Magento 2 modules to automatically verify reCAPTCHA on all supported locations by intercepting GraphQl requests.
This module provides google reCAPTCHA compatibility with ScandiPWA. For more information about the original module you can go here.