monashee / module-recaptcha
Magento 2 Recaptcha for Contact Page, Customer Create, and Forgot Password
Installs: 1 670
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 1
Forks: 8
Open Issues: 2
Type:magento2-module
Requires
- php: 7.0.2|7.0.4|~7.0.6
Requires (Dev)
- phpunit/phpunit: 4.1.0
This package is not auto-updated.
Last update: 2024-11-06 01:17:56 UTC
README
Magento 2 module that adds the Google Recaptcha on Contact Form, Customer create and Forgot Password pages.
Screenshot
Register
You need to register your site with Google Recaptcha.
https://www.google.com/recaptcha/
Under Stores -> Configuration -> Services -> Recaptcha Configuration -> Extension Settings
Enabled -> Yes
Site Key -> from Recaptcha website
Secret Key -> from Recaptcha website
Install
Composer
composer require monashee/module-recaptcha
Enable Module
php bin/magento module:enable Monashee_Recaptcha
php bin/magento setup:upgrade
php bin/magento setup:di:compile
You may need to Flush Magento Cache after installation.