columbusinteractive/typo3-easycaptcha 问题修复 & 功能扩展

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

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

columbusinteractive/typo3-easycaptcha

最新稳定版本:3.0.0

Composer 安装命令:

composer require columbusinteractive/typo3-easycaptcha

包简介

An easy to use extension which enables you to use captchas in the TYPO3 form extension.

README 文档

README

This TYPO3 extension is no longer actively maintained.
We do not plan to update it for future TYPO3 releases, and no further development or support is scheduled.

If you're looking for an alternative, we recommend using bw_captcha, which offers similar functionality.

Thank you to everyone who has used this extension and contributed to its development.

TYPO3 - Easy Captcha (image based)

An easy to use extension which enables you to use captchas in the TYPO3 form extension

Installation via Composer

composer require columbusinteractive/typo3-easycaptcha

How it works

Under the hood this extension makes use of the fantastic laminas/laminas-captcha library. This extension is using a separated session container to make things easier. A separate session cookie named captcha is set and only valid for the current browser session. Keep this in mind for your cookie consent or privacy settings! Generated captcha images are automatically gargabe collected from time to time, so no worries.

Usage

After you've installed the extension, you will see a new field called "Easy captcha" in your TYPO3 forms editor. Simply add the field and you are good to go. Don't forget to add the static typoscript file in your template!

Customization

The following options are available in the TYPO3 form editor:

Styling

The captcha can be styled if necessary. In most cases however, the default styling should be sufficient. The following classes are available:

  • easycaptcha (container)
    • easycaptcha--initialized (initialized captcha)
  • easycaptcha__challenge (wrapper for image and buttons)
  • easycaptcha__image-wrapper (wrapper for image)
  • easycaptcha__image (image)
  • easycaptcha__actions (wrapper for buttons)
  • easycaptcha__action-tts (tts button)
  • easycaptcha__action-reload (reload button)
  • easycaptcha__input-wrapper (wrapper for input)

JS API

Tha JavaScript API can be accessed using window.easycaptcha.

Available functions:

easycaptcha.init(id: string|HTMLElement): void;
easycaptcha.initAll(): void;
easycaptcha.reload(id: string|HTMLElement): void;
easycaptcha.tts(id: string|HTMLElement): Promise;
easycaptcha.get(id: string|HTMLElement): HTMLElement;
easycaptcha.getAll(): HTMLCollection;

Demo

We're using the captcha on our corporate website for the contact form.
https://www.columbus-interactive.de/kontakt

License

This TYPO3 extension is open-sourced software licensed under the MIT-Licence

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2020-04-29

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固