How to block email sign-ups with "+test" or from specific domains on my site? Planned
Is there a way to stop people signing up with the “+test” (or other) in emails: like in email+test@gmail.com.
Is there a way to stop people signing up with the “+test” (or other) in emails: like in email+test@gmail.com.
Comments
8 comments
Hello Connor 👋
hm, I don’t believe so at this time.
You could try creating your own regex filter(?) Not sure how to do that one hahahha
Hey Connor! I'm thinking a script could probably block the form being submitted if the email contains a +. I'll investigate today!
I would just set up a filter in zapier/make will not let any email with + or +test to go through. Maybe that will solve the issue in the short run?
Valeriya Ensenat that’s also a great suggestion 😀
Is there a way to block sign ups from a certain domain i.e no sign ups from @specificdomain.com ?
Client side javascript would work! Just block the form from submitting if the email domain matches x. This is a good candidate for a memberscript 🙂
Julian Galluzzo what about SSO? Like if you try to sign up using Gmail/ linkedin/ etc.
that's a great point which I did not think of!!
im gonna make a feature request for this internally.
Please sign in to leave a comment.