summaryrefslogtreecommitdiffstats
path: root/model/user.go
diff options
context:
space:
mode:
authorGeorge Goldberg <george@gberg.me>2017-03-23 17:38:24 +0000
committerGeorge Goldberg <george@gberg.me>2017-03-23 17:38:24 +0000
commitc6ded1dbfd69a1da69add8d2b554f4b7dd0341b3 (patch)
treea417d54a58edd244edb03935705618737cf2cf13 /model/user.go
parent120f5a6f8a5f4ab05aace89ae710698cf68d0564 (diff)
parent8ec37570742b67fd640bb3434ea226c655dbf408 (diff)
downloadchat-c6ded1dbfd69a1da69add8d2b554f4b7dd0341b3.tar.gz
chat-c6ded1dbfd69a1da69add8d2b554f4b7dd0341b3.tar.bz2
chat-c6ded1dbfd69a1da69add8d2b554f4b7dd0341b3.zip
Merge branch 'release-3.7'
Diffstat (limited to 'model/user.go')
-rw-r--r--model/user.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/model/user.go b/model/user.go
index c7e2b6352..5cefdf1b1 100644
--- a/model/user.go
+++ b/model/user.go
@@ -37,7 +37,7 @@ const (
USER_LAST_NAME_MAX_RUNES = 64
USER_AUTH_DATA_MAX_LENGTH = 128
USER_NAME_MAX_LENGTH = 64
- USER_NAME_MIN_LENGTH = 3
+ USER_NAME_MIN_LENGTH = 1
)
type User struct {