monashee /
用于联系页面、客户创建和忘记密码页面的 Magento 2 Recaptcha
v1.0.2
2017-07-02 07:15 UTC
Requires
- php: 7.0.2|7.0.4|~7.0.6
Requires (Dev)
- phpunit/phpunit: 4.1.0
This package is not auto-updated.
Last update: 2024-09-25 00:51:25 UTC
README
Magento 2 模块,用于在联系表单、客户创建和忘记密码页面添加 Google Recaptcha。
截图
注册
您需要使用 Google Recaptcha 在您的网站上注册。
https://www.google.com/recaptcha/
在“商店” -> “配置” -> “服务” -> “Recaptcha 配置” -> “扩展设置”下
启用 -> 是
站点密钥 -> 从 Recaptcha 网站获取
密钥 -> 从 Recaptcha 网站获取
安装
Composer
composer require monashee/module-recaptcha
启用模块
php bin/magento module:enable Monashee_Recaptcha
php bin/magento setup:upgrade
php bin/magento setup:di:compile
安装后可能需要刷新 Magento 缓存。