Allow 1 letter usernames
This commit is contained in:
parent
c01f593daa
commit
52de63e7bb
3 changed files with 3 additions and 4 deletions
|
@ -78,7 +78,6 @@ function initRegister() {
|
|||
rules: {
|
||||
"username": {
|
||||
required: true,
|
||||
minlength: 5,
|
||||
maxlength: 30
|
||||
},
|
||||
"email": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue