derhansen / sf_event_mgt

An event management and registration extension for TYPO3 CMS based on ExtBase and Fluid.
GNU General Public License v2.0
58 stars 55 forks source link

[HoneyPot] GDPR and ReCaptcha #894

Closed departement-maine-et-loire closed 3 years ago

departement-maine-et-loire commented 3 years ago

Hello

For event registration, we can have spamchecking done by ReCaptcha, but it Google and it is not really GDPR compliant. To be compliant with GDPR, we should ask for consent and stuff. Can we imagine doing this spamchecking with a more basic process? Something like hidden input, if it is empty registration is valid, if not no registration.

Is that a good idea/request for you?

Thanks for help.

derhansen commented 3 years ago

The next major version (TYPO3 11 only) of the extension will allow to use hCaptcha instead of recaptcha - see #886.

Did all check the other implemented spam checks - see https://docs.typo3.org/p/derhansen/sf_event_mgt/5.5/en-us/ForAdministrators/SpamPrevention/Spamcheck/Index.html

I think the challenge/response check is something that spambots may not easily pass

derhansen commented 3 years ago

I'm closing the issue now. In version 6.0 of the extension, it is possible to use hCaptcha and reCaptcha or all internal spam detection routines as mentioned in the docs