Enforce lowercase usernames

Previously, there was text on the claim page claiming usernames
needed to be all lower case, but it wasn't enforced, leading some
people to create usernames that cannot function as subdomains.
This commit is contained in:
Robin Malley 2020-08-13 19:29:18 +00:00
parent bce0788b62
commit 3233af6374
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ domain * {
validate pass v_any
}
params post /_claim {
validate user v_any
validate user v_subdomain
}
}