Repair your new user sign up form so that it doesn't reject valid email addresses.
The specifications which govern email address format allow for
You should allow the following characters (among other characters): !#$%&'*+-/=?^_`{|}~ (ASCII: 33, 35-39, 42, 43, 45, 47, 61, 63, 94-96, 123-126). Your site fails to recognize those characters.
5
votes