Siteation / magento-2-hcaptcha

This magento 2 module allows you to use hCaptcha.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

grasch/magento-2-hcaptcha

Supported Magento Versions Maintained - Yes

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.

Admin Login Login

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.

Settings

The MIT License

License: MIT

About

This magento 2 module allows you to use hCaptcha.


Languages

Language:PHP 73.3%Language:JavaScript 22.2%Language:HTML 4.3%Language:Less 0.2%