undkonsorten / registeraddress-honeypot
Registeraddress connector with extbase honeypot
Installs: 183
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 0
Type:typo3-cms-extension
Requires
- afm/registeraddress: ^4.1.0 || ^5 || ^6
- typo3/cms-core: ^10.4 || ^11.5 || ^12.4 || ^13
- undkonsorten/typo3-extbase-honeypot: ^1.0.0
This package is auto-updated.
Last update: 2025-01-14 07:00:12 UTC
README
What does it do?
This extension adds a simple honeypot field to registeraddress registration form. It can reduce SPAM but won‘t be able to exclude all bots.
Installation
Just require via composer:
composer require undkonsorten/registeraddress-honeypot
Activate the extension for TYPO3 versions prior to 11.
We didn't test the extension on non composer installations!
Configuration
Include the TypoScript to use AdditonalFields Partial in your registeraddress Templates. Use constants to set a new value for the used fieldname of the honeypot field.
Include EXT:registeraddress_honeypot/Configuration/TypoScript/OverrideRegisteraddressLocalLang/setup.typoscript
to use
predefined error message if someone fills in the _hp
field. If not, you have to carry on your own to show a proper
error message.