How to block email sign-ups with "+test" or from specific domains on my site? Connor Finlayson asked June 10, 2023 13:33 Planned Is there a way to stop people signing up with the “+test” (or other) in emails: like in email+test@gmail.com. 8 comments Sort by Date Votes Jayess · June 10, 2023 13:35 Comment options 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 Upvote this reply 0 Downvote this reply Reply Copy link Julian Galluzzo · June 10, 2023 13:36 Comment options Hey Connor! I'm thinking a script could probably block the form being submitted if the email contains a +. I'll investigate today! Upvote this reply 0 Downvote this reply Reply Copy link Valeriya Ensenat · June 10, 2023 13:36 Comment options 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? Upvote this reply 0 Downvote this reply Reply Copy link Jayess · June 10, 2023 13:37 Comment options Valeriya Ensenat that’s also a great suggestion 😀 Upvote this reply 0 Downvote this reply Reply Copy link Max Bramwell · November 24, 2024 23:57 Comment options Is there a way to block sign ups from a certain domain i.e no sign ups from @specificdomain.com ? Upvote this reply 0 Downvote this reply Reply Copy link Julian Galluzzo · November 24, 2024 23:57 Comment options 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 🙂 Upvote this reply 0 Downvote this reply Reply Copy link Shadi null · November 24, 2024 23:58 Comment options Julian Galluzzo what about SSO? Like if you try to sign up using Gmail/ linkedin/ etc. Upvote this reply 0 Downvote this reply Reply Copy link Julian Galluzzo · November 24, 2024 23:59 Comment options that's a great point which I did not think of!! im gonna make a feature request for this internally. Upvote this reply 0 Downvote this reply Reply Copy link Please sign in to leave a comment.
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.