Cannot create user with a '.' in the username
View options
- Truncate descriptions
Created by: christinaforney
- Sourcegraph version: 3.6-rc.2
Steps to reproduce:
- Go to site admin -> Users
- Add new user
- Set the user name to 'user.with.a.period' and email 'test@test.com'
- Try to create an account
Expected behavior:
The user gets created
Actual behavior:
Form validation prevents me from saving the username containing '.'

