From 05ceae51007fb682c7c2f259931753a530eeebf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Sat, 12 Sep 2026 11:22:49 +0200 Subject: [PATCH] fix: simplify generated captchas to improve ux --- .../Configuration/TypoScript/Extensions/Form.typoscript | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/public/typo3conf/ext/ep_theme/Configuration/TypoScript/Extensions/Form.typoscript b/public/typo3conf/ext/ep_theme/Configuration/TypoScript/Extensions/Form.typoscript index 2306edb1..7cf9bf25 100644 --- a/public/typo3conf/ext/ep_theme/Configuration/TypoScript/Extensions/Form.typoscript +++ b/public/typo3conf/ext/ep_theme/Configuration/TypoScript/Extensions/Form.typoscript @@ -15,3 +15,10 @@ module.tx_form.settings.yamlConfigurations { 1630994710 = EXT:ep_theme/Configuration/Yaml/FormsBase.yaml 1630994711 = EXT:ep_theme/Configuration/Yaml/FormFinishersBackend.yaml } + +plugin.tx_bwcaptcha.settings { + charset = abcdefghjkmnpqrtuvwxy34679 + length = 4 + width = 220 + height = 60 +}