Hi,
For any error you should start with Basic Troubleshooting to find out the error details.
I would look for this setting in web.config and user.config files to see if you have a regex expression limiting the user name.
<add key="UserNameValidationExpression" value="" />
Hope that helps,
Joe