Skip to main content

Getting bot signups...Can I add ReCAPTCHA? Other ideas?

I'm using FluentAuth for my registration, but a bot is signing up a new person every 10 minutes, each from a different IP address.

They don't get in, because I have enabled email confirmation, but I am worried about my email spam reputation. I am getting a lot of automatic email replies from the signup emails from corporate mailboxes.

I thought I could enable an invisible Recaptcha or something like that to further strengthen it against bots (don't want to make it harder for real people) but I don't see anywhere to do that.

TLDR: How can I make it harder for bots to try to register? (already have email confirmation required)

Ryk Melck

Personally I don't allow any registrations unless someone purchases something. However to protect FluentAuth I'm using CloudFlare Turnstile.

Nicolai

Thank you Ryk MelckΒ 

Looks interesting, I will give it a shot.

"Turnstile can be embedded into any website without sending traffic through Cloudflare"

"Visitors never need to interact with the widget."

https://developers.cloudflare.com/turnstile/

Ryk Melck

NicolaiΒ It was bit tricky at first. But once it's setup it just works.