wegmeister/simplecaptcha

Letzte Aktivität 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.2.1

Version
1.2.1
Type
neos-package
Release Date
Jun 05, 2024 10:33
Source
git
Distribution
zip
Requires
  • neos/form: ^5.0
  • php: >=7.0
MIT 335799b7d864c3c609b9a55e227339f6ae6dde01

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).