1
1
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:
Unknown
2014-03-13 16:21:16 -04:00
parent c01f593daa
commit 52de63e7bb
3 changed files with 3 additions and 4 deletions

View File

@ -78,7 +78,6 @@ function initRegister() {
rules: {
"username": {
required: true,
minlength: 5,
maxlength: 30
},
"email": {