grasch / module-hcaptcha
N/A
Installs: 2 482
Dependents: 0
Suggesters: 0
Security: 0
Stars: 9
Watchers: 1
Forks: 2
Open Issues: 4
Type:magento2-module
Requires
- php: >=7.4.0
- magento/security-package: >=1.1.3
This package is not auto-updated.
Last update: 2025-04-26 23:15:36 UTC
README
Highlight features for Magento 2 HCaptcha
- 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.
How to install Magento 2 HCaptcha
✓ Install via composer (recommend)
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
✓ Install via downloading
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
Important!
Enable all Magento_ReCaptcha
modules because Grasch_HCaptcha
extension is based on these extensions.
How to configure?
- Go to Stores -> Configuration -> Security -> Google reCAPTCHA Storefront | hCaptcha Storefront.