Currently, the validation for username characters is quite restrictive, which wasn't originally intended. As a baseline, we should verify that all characters we say are allowed for usernames are indeed allowed.
From our ruleset: "Your nickname may contain any characters from A-Z (uppercase or lowercase), numbers, underscores and blank spaces."
Currently, the validation for username characters is quite restrictive, which wasn't originally intended. As a baseline, we should verify that all characters we say are allowed for usernames are indeed allowed.
From our ruleset: "Your nickname may contain any characters from A-Z (uppercase or lowercase), numbers, underscores and blank spaces."