neosrulez/neos-form-altchacaptcha

There is no license information available for the latest version (1.0.2) of this package.

ALTCHA Next-Gen CAPTCHA integration for Neos CMS

1.0.2 2025-03-18 12:09 UTC

This package is not auto-updated.

Last update: 2025-04-01 15:44:22 UTC


README

A Neos CMS package that integrates ALTCHA CAPTCHA into the Neos CMS Form Builder.

Installation

Just run:

composer require neosrulez/neos-form-altchacaptcha

Configuration

NeosRulez:
  Neos:
    Form:
      AltchaCaptcha:
        view:
          hideAltchaLogo: false
          hideFooter: false
          auto: disabled
        security:
          minNumber: 5000
          maxNumber: 15000
          hmac: 1742225261 # hmac int
          expires: 1200 # challenge expires in 1200 seconds

Author