Skip to content

Commit

Permalink
PLT-6102 increased max length of user position
Browse files Browse the repository at this point in the history
  • Loading branch information
Syerikjan Kh committed Apr 10, 2017
1 parent 85bd54c commit 3499e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/user.go
Expand Up @@ -32,7 +32,7 @@ const (

USER_EMAIL_MAX_LENGTH = 128
USER_NICKNAME_MAX_RUNES = 64
USER_POSITION_MAX_RUNES = 35
USER_POSITION_MAX_RUNES = 64
USER_FIRST_NAME_MAX_RUNES = 64
USER_LAST_NAME_MAX_RUNES = 64
USER_AUTH_DATA_MAX_LENGTH = 128
Expand Down

0 comments on commit 3499e37

Please sign in to comment.