alancaptcha / neos-login
Neos AlanCaptcha Login
Package info
github.com/alancaptcha/neos-login
Type:neos-package
pkg:composer/alancaptcha/neos-login
1.0.0
2025-02-28 07:31 UTC
Requires
- alancaptcha/php: >=0.0.1 <2.0
- neos/neos: *
This package is not auto-updated.
Last update: 2026-03-11 22:53:11 UTC
README
Neos plugin to integrate AlanCaptcha into the Backend Login. Note that it will only work with the default Login Form.
Installation
Require the package using composer:
composer require alancaptcha/neos-login
Configuration
Add the following configuration to your Settings.yaml:
Alan: NeosLogin: active: true apiKey: 'API_KEY' siteKey: 'SITE_KEY' #monitorTag: 'MONITOR_TAG (optional - default general)' lang: unverifiedtext: 'Unverified' verifiedtext: 'Verified' retrytext: 'Retry' workingtext: 'Working...' starttext: 'Start'
lang settings are optional and can be used to customize the text of the captcha element.