neosrulez/neos-form-altchacaptcha

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

ALTCHA Next-Gen CAPTCHA integration for Neos CMS

1.0.5 2025-07-03 13:04 UTC

This package is not auto-updated.

Last update: 2025-07-03 13:06:35 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: 3f4bb586f04a0c1d93eadab9363a8a3183b4860c # hmac string
          expires: 1200 # challenge expires in 1200 seconds

Author