What are all of the things that could need to be changed about a user name?rather than getting to an error state could we just prohibit the user from creating incomptible input in the first place with something like this? http://stackoverflow.com/questions/3199291/block-some-characters-from-being-typed-in-a-text-boxAutomatically capitalize the first character when entering text in the box, strip consecutive double spaces, and ignore when there is input of invalid characters?