I know how to force the login to view the site in the web.config, but i am looking for something that will limit the ability to register as well. I want to only allow users with emails from certain domains (or a one off with a full addr not allowing others from same domain) to be able to register. I could build the logic for a function that returns true or false to something, but i need to know what i am returning that value to. Is there a hook for something like this?
Thanks in advance,
Sven