Does anyone know how to add an email regular expression to Sitefinity's Registration Widget?
I'm new to both Sitefinity and regular expressions, but I'd like to restrict users registering to a specific email address domain during registration, with something like this:
^[\w\-\.\+]+\@\b\.\mydomain\b\.\bcom\b$
Which I think might exclude all but @mydomain.com email addresses. If that works, I need to find the right place to put it.
As a last alternative you could use jQuery to check that field. use `