mirror of
https://github.com/go-gitea/gitea
synced 2025-07-10 12:37:19 +00:00
Allow 1 letter usernames
This commit is contained in:
@ -78,7 +78,6 @@ function initRegister() {
|
||||
rules: {
|
||||
"username": {
|
||||
required: true,
|
||||
minlength: 5,
|
||||
maxlength: 30
|
||||
},
|
||||
"email": {
|
||||
|
Reference in New Issue
Block a user