landofcoder / module-recaptcha
Magento 2 Recaptcha for Contact Page, Customer Create, and Forgot Password
Installs: 345
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:magento2-module
Requires (Dev)
- phpunit/phpunit: 4.1.0
This package is auto-updated.
Last update: 2024-10-29 06:12:46 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 landofcoder/module-recaptcha
Enable Module
php bin/magento module:enable Lof_Recaptcha
php bin/magento setup:upgrade --keep-generated
php bin/magento setup:di:compile
You may need to Flush Magento Cache after installation.