Feature #28611
closedElement Captcha should be improved
0%
Description
If there is no supported captcha extension installed, the captcha form field is shown, but no image. If you leave the text field empty, the mail is sent.
Solutions could be- to show a error / warning message in BE if no supported captcha extension is installed
- provide a own captcha solution, with the possibility to override it by third party extensions.
I would prefer the second since IMHO a system extension should not rely on third party extensions to function properly.
Kind regards,
Marcs
Updated by Oliver Hader about 13 years ago
- Project changed from 135 to TYPO3 Core
Updated by Oliver Hader about 13 years ago
- Status changed from New to Accepted
- Target version set to 4.6.0
- PHP Version set to 5.3
- TYPO3 Version set to 4.6
Since the default captcha implementation was removed during integration into the Core (since it added a hard dependency), a plugable way add this widget element is still missing here.
Updated by Chris topher about 13 years ago
- Target version changed from 4.6.0 to 4.6.1
Updated by Chris topher almost 13 years ago
- Target version changed from 4.6.1 to 4.6.2
Updated by Mathias Schreiber almost 10 years ago
- Target version set to 7.5
- Is Regression set to No
Updated by Björn Jacob over 9 years ago
- Category changed from Form Framework to 1602
Updated by Björn Jacob over 9 years ago
- Category changed from 1602 to Form Framework
Updated by Björn Jacob over 9 years ago
- Status changed from Accepted to On Hold
IMHO in 2015 a Captcha is not the way to go. I'll put this on hold since we would like to integrate some ideas of wt_spamshield. I.e. we want to check spam silently without annoying the user with hardly to read images.
Updated by Björn Jacob about 9 years ago
- Status changed from On Hold to Closed
I'm closing this ticket to create a new one for version 8 which implements a complete spam prevention mechanism.