landofcoder / module-marketplace-recaptcha
Magento 2 市场卖家创建账户页面使用的 Recaptcha。
1.0.0
2021-09-03 07:45 UTC
Requires
Requires (Dev)
- phpunit/phpunit: 4.1.0
This package is auto-updated.
Last update: 2024-08-29 05:13:19 UTC
README
Magento 2 模块,可在卖家创建账户、联系表单、客户创建和忘记密码页面添加 Google Recaptcha。
截图
注册
您需要使用 Google Recaptcha 注册您的网站。
https://www.google.com/recaptcha/
在“商店” -> “配置” -> “服务” -> “Recaptcha 配置” -> “扩展设置”下
启用 -> 是
站点密钥 -> 来自 Recaptcha 网站
密钥 -> 来自 Recaptcha 网站
安装
Composer
composer require landofcoder/module-marketplace-recaptcha
启用模块
php bin/magento module:enable Lof_MarketPlaceRecaptcha
php bin/magento setup:upgrade --keep-generated
php bin/magento setup:di:compile
安装后,您可能需要刷新 Magento 缓存。