hryvinskyi/magento2-invisible-captcha 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

hryvinskyi/magento2-invisible-captcha

最新稳定版本:2.5.3

Composer 安装命令:

composer require hryvinskyi/magento2-invisible-captcha

包简介

Magento 2 Google Invisible Captcha (Recaptcha) module

README 文档

README

Latest Stable Version Total Downloads PayPal donate button Latest Unstable Version License Scrutinizer Code Quality Build Status FOSSA Status

Module version 2.0.*||2.1.*||2.2.* support Magento 2.3.*
Module version 1.0.* support Magento 2.1.*||2.2.*

Features

  1. Lazy Load, google page speed improvements
  2. Easy to add captcha to your custom form
  3. AJAX forms supported
  4. Knockout forms supported
  5. Refreshing invalid token after a long period of inactivity on the site and after ajax form submitted

Frontend Forms

  • Login
  • Register
  • Forgot password
  • Contact
  • Newsletter
  • Send to Friend

Backend Forms

  • Login
  • Forgot password

Installation Guide

Install by composer

composer require hryvinskyi/magento2-invisible-captcha
bin/magento module:enable Hryvinskyi_Base
bin/magento module:enable Hryvinskyi_InvisibleCaptcha
bin/magento setup:upgrade

Install download package

  1. Download module https://github.com/hryvinskyi/magento2-base Link

  2. Download this module Link

  3. Unzip two modules in the folder app\code\Hryvinskyi\Base and app\code\Hryvinskyi\InvisibleCaptcha

  4. Run commands:

    bin/magento module:enable Hryvinskyi_Base
    bin/magento module:enable Hryvinskyi_InvisibleCaptcha
    bin/magento setup:upgrade
    
  5. Configure module in admin panel

Command-line:

php bin/magento hryvinskyi:invisible-captcha:disable <area> --website_id=<website_id>

This command will disable invisible captcha for the area and/or website_id.

  • area = [global, frontend, adminhtml]
  • website_id = ID Website

General Settings

Configuration

LazyLoad Speed Test

LazyLoad Speed

License

FOSSA Status

统计信息

  • 总下载量: 9.13k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 28
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 27
  • Watchers: 3
  • Forks: 5
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2020-09-07