We're not catching some invalid username on signup. This was caught investigating #81
Usernames like this:
...get an error like
Sorry, jeff-- is not a valid username. You can use letters, numbers and hyphens in between.
After some testing, it looks like the code involved doesn't catch the '_' and '@' characters, leading to the creation of an invalid personal address for the account.
We're not catching some invalid username on signup. This was caught investigating #81
Usernames like this:
jeff--...get an error like
Sorry, jeff-- is not a valid username. You can use letters, numbers and hyphens in between.After some testing, it looks like the code involved doesn't catch the '_' and '@' characters, leading to the creation of an invalid personal address for the account.