alancaptcha / neos-login
Neos AlanCaptcha Login
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:neos-package
pkg:composer/alancaptcha/neos-login
Requires
- alancaptcha/php: >=0.0.1 <2.0
- neos/neos: *
This package is not auto-updated.
Last update: 2025-12-03 21:37:28 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.