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:
parent
bce0788b62
commit
3233af6374
|
@ -77,7 +77,7 @@ domain * {
|
|||
validate pass v_any
|
||||
}
|
||||
params post /_claim {
|
||||
validate user v_any
|
||||
validate user v_subdomain
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue