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": {