|
5 years ago | |
---|---|---|
.. | ||
Api | 5 years ago | |
Block | 5 years ago | |
Command | 5 years ago | |
Model | 5 years ago | |
Observer | 5 years ago | |
Plugin | 5 years ago | |
Setup | 5 years ago | |
etc | 5 years ago | |
screenshots | 5 years ago | |
view | 5 years ago | |
.gitignore | 5 years ago | |
ISSUE_TEMPLATE.md | 5 years ago | |
README.md | 5 years ago | |
composer.json | 5 years ago | |
registration.php | 5 years ago |
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? click here.
1. Install using composer
From command line:
composer require msp/recaptcha
php bin/magento setup:upgrade
2. Enable and configure from your Magento backend config
MSP reCaptcha adds a recaptcha control to:
Since version 1.3.0, we support Google invisible reCaptcha to avoid e-Commerce conversions loss.
MSP reCaptcha can be optionally enabled on backend login too:
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.