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.

Comments

8 comments

  • Comment author
    Jayess

    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

    0
  • Comment author
    Julian Galluzzo

    Hey Connor! I'm thinking a script could probably block the form being submitted if the email contains a +. I'll investigate today!

    0
  • Comment author
    Valeriya Ensenat

    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?

    0
  • Comment author
    Jayess

    Valeriya Ensenat that’s also a great suggestion 😀

    0
  • Comment author
    Max Bramwell

    Is there a way to block sign ups from a certain domain i.e no sign ups from @specificdomain.com ?

    0
  • Comment author
    Julian Galluzzo

    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 🙂

    0
  • Comment author
    Shadi null

    Julian Galluzzo what about SSO? Like if you try to sign up using Gmail/ linkedin/ etc.

    0
  • Comment author
    Julian Galluzzo

    that's a great point which I did not think of!!

    im gonna make a feature request for this internally.

    0

Please sign in to leave a comment.