wegmeister/simplecaptcha

Last activity 05 Jun 2024 1 43211
composer require wegmeister/simplecaptcha

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

1.1.1

Version
1.1.1
Type
neos-package
Release Date
Jan 11, 2021 15:08
Source
git
Distribution
zip
Requires
  • neos/form: ^5.0
  • php: ~7.0
MIT 73ba4fbe1f8c96b6523f61ed851bdbdc7c22de11

Readme excerpt

Wegmeister.SimpleCaptcha

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 …
Read more
The content of the readme is provided by an external source, which we have no control over. Check out the actual readme at its source.
The same vendor provides 9 package(s).