README.md 1.63 KB
Newer Older
Ketan's avatar
Ketan committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
# MSP ReCaptcha

Google reCaptcha module form Magento2.

> Member of **MSP Security Suite**
>
> See: https://github.com/magespecialist/m2-MSP_SecuritySuiteFull

Did you lock yourself out from Magento backend? <a href="https://github.com/magespecialist/m2-MSP_ReCaptcha#emergency-commandline-disable">click here.</a>

## Installing on Magento2:

**1. Install using composer**

From command line: 

`composer require msp/recaptcha`<br />
`php bin/magento setup:upgrade`

**2. Enable and configure from your Magento backend config**

<img src="https://raw.githubusercontent.com/magespecialist/m2-MSP_ReCaptcha/master/screenshots/config.png" />

## Frontend:

MSP reCaptcha adds a recaptcha control to:
- Login
- Register
- Contact form
- Forgot password

### Standard reCaptcha v2

<img src="https://raw.githubusercontent.com/magespecialist/m2-MSP_ReCaptcha/master/screenshots/frontend.png" />

### Invisible reCaptcha support

Since version 1.3.0, we support Google invisible reCaptcha to avoid e-Commerce conversions loss.

<img src="https://raw.githubusercontent.com/magespecialist/m2-MSP_ReCaptcha/master/screenshots/invisible_recaptcha.png" />

<img src="https://raw.githubusercontent.com/magespecialist/m2-MSP_ReCaptcha/master/screenshots/invisible_recaptcha2.png" />

## Backend:

MSP reCaptcha can be optionally enabled on backend login too:

<img src="https://raw.githubusercontent.com/magespecialist/m2-MSP_ReCaptcha/master/screenshots/backend.png" />

## Emergency commandline disable:

If you messed up with reCaptcha you can disable it from command-line:

`php bin/magento msp:security:recaptcha:disable`

This will disable reCaptcha for **backend access**.