germannp / acbeo.ch

Mobile-first web site for organizing aerobatic paragliding trainings :parachute:
https://acbeo.ch
0 stars 0 forks source link

Spam protection with reCAPTCHA or similar #6

Closed germannp closed 1 year ago

germannp commented 2 years ago

With only acbeo.fly.dev live we didn't have any issues with spam, but on acbeo.ch we had to require login for the contact form after a few days. Now we start to get quite some bots registered ...

Ideally, when we have the bots under control, we would have the contact forms public again, and also publish an email and phone number, at least for logged in.

https://simpleisbetterthancomplex.com/tutorial/2017/02/21/how-to-add-recaptcha-to-django-site.html

germannp commented 2 years ago

Also, for damage control, don't send a copy with our email out.

germannp commented 1 year ago

reCAPTCHA turned out to be pretty much useless, as our bots didn't have JavaScript 🤷 Thus we started requiring JavaScript instead, and installed honey pots for good measure in ea5d571844ca6a778d2e1b4fadc53eddb5ace4b9. So far this worked great :-)