- hCaptcha for your store security.
- hCaptcha works in Frontend pages.
- Customer Login.
- Forgot Password.
- Create New Customer Account.
- Edit Customer Account.
- Contact Us.
- Product Review.
- Newsletter Subscription.
- Send To Friend.
- Checkout/Placing Order.
- Coupon Codes.
- PayPal PayflowPro payment form.
- hCaptcha works in Backend pages.
- Login.
- Forgot Password.
- Supports visible and invisible hCaptcha.
- Supports REST API and GraphQl validation.
- Compatible with Google reCaptcha.
Run the following commands in Magento 2 root folder:
composer require grasch/module-hcaptcha
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
Download and copy files into app/code/Grasch/HCaptcha
and run the following commands:
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
Enable all Magento_ReCaptcha
modules because Grasch_HCaptcha
extension is based on these extensions.
- Go to Stores -> Configuration -> Security -> Google reCAPTCHA Storefront | hCaptcha Storefront.