Validate usernames of new members #101
Labels
No Label
priority
high
priority
low
priority
medium
priority
very high
BUG
Feature
High Priority
Low Priority
Medium Priority
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: public/pyceo#101
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Usernames should be at least two characters long and consist of lowercase letters, digits, and hyphens (the first character should not be a hyphen). This will prevent common typos from being made, like accidentally adding a leading space (which happened recently).
Re-opening since there is still no validation happening on the server side (ceod).
Allows for underscores to be present in usernames, they should be disallowed. However, disallowing them breaks a lot of tests so those will have to be fixed.