scriptua / magento2-invisible-captcha
该软件包已被废弃,不再维护。作者建议使用hryvinskyi/magento2-invisible-captcha软件包代替。
Magento 2 Google Invisible Captcha (Recaptcha) 模块
2.4.8
2024-03-28 20:22 UTC
Requires
- php: ~7.1.3||~7.2.0||~7.3.0||~7.4.0||~8.0||~8.1||~8.2
- ext-dom: *
- hryvinskyi/magento2-base: 2.1.1
- magento/framework: *
- magento/module-checkout: *
- magento/module-customer: *
- magento/module-store: *
- symfony/dom-crawler: >=2.7 <5.0
- voku/simple_html_dom: 4.8.6
Requires (Dev)
- roave/security-advisories: dev-latest
This package is auto-updated.
Last update: 2024-03-28 20:23:13 UTC
README
模块版本 2.0.*||2.1.*||2.2.* 支持 Magento 2.3.*
模块版本 1.0.* 支持 Magento 2.1.*||2.2.*
功能
- 懒加载,提高 Google 页面速度
- 轻松将验证码添加到自定义表单
- 支持 AJAX 表单
- 支持 Knockout 表单
- 在网站长时间不活跃后以及 AJAX 表单提交后刷新无效令牌
前端表单
- 登录
- 注册
- 忘记密码
- 联系
- 时事通讯
- 发送给朋友
后端表单
- 登录
- 忘记密码
安装指南
通过 composer 安装
composer require hryvinskyi/magento2-invisible-captcha
bin/magento module:enable Hryvinskyi_Base
bin/magento module:enable Hryvinskyi_InvisibleCaptcha
bin/magento setup:upgrade
下载软件包安装
-
下载此模块 链接
-
解压两个模块到 app\code\Hryvinskyi\Base 和 app\code\Hryvinskyi\InvisibleCaptcha 文件夹中
-
运行命令
bin/magento module:enable Hryvinskyi_Base bin/magento module:enable Hryvinskyi_InvisibleCaptcha bin/magento setup:upgrade
-
在管理面板中配置模块
命令行
php bin/magento hryvinskyi:invisible-captcha:disable <area> --website_id=<website_id>
此命令将禁用该区域和/或 website_id 的不可见验证码。
- area = [global, frontend, adminhtml]
- website_id = 网站ID