TYPO3 extension that adds a captcha element with audio support for the TYPO3 form component. The captcha generation uses Gregwar/Captcha, no Google or 3rd party includes.
6
stars
7
forks
source link
fix: abort audio middleware for non post requests #60
Calling ?type=3414 via GET requests causes an undefined array key error in the middleware. This is due to the fact that the TypoScript is not fully loaded at this point, see Documentation. Thanks @tgaertner
It should be evaluated if captcha settings should be migrated from TypoScript to extension settings.
Calling
?type=3414
via GET requests causes an undefined array key error in the middleware. This is due to the fact that the TypoScript is not fully loaded at this point, see Documentation. Thanks @tgaertnerIt should be evaluated if captcha settings should be migrated from TypoScript to extension settings.