diff options
author | Unknown <joe2010xtmf@163.com> | 2014-03-13 16:21:16 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-03-13 16:21:16 -0400 |
commit | 52de63e7bbd500a90a1a8cb62cdb490b0ba623c7 (patch) | |
tree | 58360a2e5d51285807573d3d58bb90e43bb89041 /public | |
parent | c01f593daa994dddc208f853c1c116c56d2ea397 (diff) | |
download | gitea-52de63e7bbd500a90a1a8cb62cdb490b0ba623c7.tar.gz gitea-52de63e7bbd500a90a1a8cb62cdb490b0ba623c7.zip |
Allow 1 letter usernames
Diffstat (limited to 'public')
-rw-r--r-- | public/js/app.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/public/js/app.js b/public/js/app.js index 69d21020e8..0f0ecc43ea 100644 --- a/public/js/app.js +++ b/public/js/app.js @@ -78,7 +78,6 @@ function initRegister() { rules: { "username": { required: true, - minlength: 5, maxlength: 30 }, "email": { |