Describe the bug
There is a team validation
|
_msg = 'Short publication name must match regexp r"^[a-zA-Z0-9._\\-.]{2,12}$"' |
What was the original point for it? Why do we need validation and could it be merge with a team name (making the validation already when they sign in), this could remove the double team name.
Describe the bug
There is a team validation
OCELoT/leaderboard/models.py
Line 361 in bd6d57f
What was the original point for it? Why do we need validation and could it be merge with a team name (making the validation already when they sign in), this could remove the double team name.