mirror of
https://github.com/ProjectSegfault/website
synced 2026-04-06 13:58:47 +05:30
make pubnix usernames be lowecase
This commit is contained in:
@@ -16,7 +16,7 @@ export const actions: Actions = {
|
||||
username: Joi.string()
|
||||
.required()
|
||||
.alphanum()
|
||||
.message("Username must be alphanumeric"),
|
||||
.lowercase(),
|
||||
email: Joi.string().email().required(),
|
||||
ssh: Joi.string()
|
||||
.required()
|
||||
|
||||
Reference in New Issue
Block a user