landofcoder/module-marketplace-recaptcha

Magento 2 Recaptcha for Marketplace Seller Create Account page.

1.0.0 2021-09-03 07:45 UTC

This package is auto-updated.

Last update: 2024-04-29 04:34:30 UTC


README

Magento 2 module that adds the Google Recaptcha on Seller Create Account, Contact Form, Customer create and Forgot Password pages.

Screenshot

settings 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-marketplace-recaptcha

Enable Module

php bin/magento module:enable Lof_MarketPlaceRecaptcha

php bin/magento setup:upgrade --keep-generated

php bin/magento setup:di:compile

You may need to Flush Magento Cache after installation.