wegmeister/simplecaptcha 问题修复 & 功能扩展

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

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

wegmeister/simplecaptcha

最新稳定版本:1.3.0

Composer 安装命令:

composer require wegmeister/simplecaptcha

包简介

This package adds a simple captcha for forms by checking the time value and a random string.

README 文档

README

Tested with Flow 4.0.x

Neos-Plugin to integrate a simple time based Captcha into Forms

(c) Benjamin Klix, die wegmeister gmbh

Installation

Require the package using composer:

    composer require wegmeister/simplecaptcha

Then you can simply add the new form element to your form definition renderables:

type: 'Neos.Form:Form'
identifier: someIdentifier
label: Label
renderables:
  -
    type: 'Neos.Form:Page'
    identifier: page-one
    renderables:
      -
        type: 'Wegmeister.SimpleCaptcha:SimpleCaptcha'
        identifier: captcha
        properties:
          # Required waiting time before form can successfully be submitted:
          waitTime: 5
        # optionally change the translationPackage
        # if you want to adjust the error message
        #renderingOptions:
        #  validationErrorTranslationPackage: 'Wegmeister.SimpleCaptcha'
finishers:
  -
   <Your finishers here>

Using with Neos.Form.Builder

Install Neos.Form.Builder

composer require neos/form-builder

Add Simple Captcha form element to your form

Configure Simple Captcha wait time.

I18N

English and German are the only supported languages at the moment. Feel free to send a pull request for another language so we can add it to the plugin.

统计信息

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

GitHub 信息

  • Stars: 1
  • Watchers: 5
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2018-08-03