Usernames can have underscores in them, but domains can't, breaking username-valname.val.run. #178
Unanswered
CarlQLange
asked this question in
Bug
Replies: 1 comment
-
I noticed the same problem in that vals can have underscores in the name |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Eg my username is csl_, so my val csl_-whatever.val.run is technically an invalid domain. Probably you need to disallow usernames with underscores, or rewrite the underscores to dashes, or both :)
Beta Was this translation helpful? Give feedback.
All reactions