How to block specific & temp email domains from signing up without using frontend validation? Answered
I have a list of domains I want to prevent from signing up. How do I do so? That is not through the frontend.
Simply wanna block all the temp emails, the default setting does not cover all, and I'd rather maintain my own.
https://github.com/disposable-email-domains/disposable-email-domains
Comments
1 comment
Hey Sajwal Pageni, I believe currently there is a solution which is implemented on the front-end but if not via front-end, the other option via Memberstack dashboard seems to be to have an allow list for signups via plan signup rule, not sure if it seems fit for your project.
Another way to go about it would be to let users signup but have an automation via Make / Zapier which checks if the email falls under your blocklist, if yes, they are not given access to the site by adding a access denied plan where you have some rules, or remove their account from the database etc. depending upon your use-case. Hope this gives you some idea.
Please sign in to leave a comment.