monashee/module-recaptcha v1.0.2

Magento 2 Recaptcha for Contact Page, Customer Create, and Forgot Password

Type

magento2-module

License

OSL-3.0

Requires
Requires (dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

Magento 2 Recaptcha

Build Status

Magento 2 module that adds the Google Recaptcha on 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 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.