You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm seeing a dozen or so fake signups every day from random email addresses. I've received a few unsubscribe emails from the people, as a reply from the invite email. It seems like someone's submitting emails to my Boarding site to see what happens, possibly to try and validate them. Not sure exactly.
Is anyone else seeing this? Has anyone implemented a Captcha or any other honeypots to combat this?
The text was updated successfully, but these errors were encountered:
I secured the page by requiring a password with the ITC_TOKEN env var and that should fix the issue.
If we added a honeypot to the signup form, that would also fix it, and we wouldn't need to ask users for a password. Anyway that's a new feature, so I'll close this.
I'm seeing a dozen or so fake signups every day from random email addresses. I've received a few unsubscribe emails from the people, as a reply from the invite email. It seems like someone's submitting emails to my Boarding site to see what happens, possibly to try and validate them. Not sure exactly.
Is anyone else seeing this? Has anyone implemented a Captcha or any other honeypots to combat this?
The text was updated successfully, but these errors were encountered: