mirror of
https://github.com/go-gitea/gitea
synced 2025-11-19 20:58:11 +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