|
il y a 5 ans | |
---|---|---|
.. | ||
Api | il y a 5 ans | |
Block | il y a 5 ans | |
Command | il y a 5 ans | |
Model | il y a 5 ans | |
Observer | il y a 5 ans | |
Plugin | il y a 5 ans | |
Setup | il y a 5 ans | |
etc | il y a 5 ans | |
screenshots | il y a 5 ans | |
view | il y a 5 ans | |
.gitignore | il y a 5 ans | |
ISSUE_TEMPLATE.md | il y a 5 ans | |
README.md | il y a 5 ans | |
composer.json | il y a 5 ans | |
registration.php | il y a 5 ans |
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.