summaryrefslogtreecommitdiffstats
path: root/model/user.go
diff options
context:
space:
mode:
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 f380a7550..d62ccccd1 100644
--- a/model/user.go
+++ b/model/user.go
@@ -36,7 +36,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 {