summaryrefslogtreecommitdiffstats
path: root/web/react/utils/constants.jsx
diff options
context:
space:
mode:
authorReed Garmsen <rgarmsen2295@gmail.com>2016-02-05 09:41:23 -0800
committerReed Garmsen <rgarmsen2295@gmail.com>2016-02-05 13:09:52 -0800
commit255c844afc28360dbde6229d1b6581136192272d (patch)
tree8b4a379d967b3d4fc759a90d6723ac230a955b13 /web/react/utils/constants.jsx
parent6769969051fdb4677142161f61a142b3e21cfff9 (diff)
downloadchat-255c844afc28360dbde6229d1b6581136192272d.tar.gz
chat-255c844afc28360dbde6229d1b6581136192272d.tar.bz2
chat-255c844afc28360dbde6229d1b6581136192272d.zip
Increased username max length
Diffstat (limited to 'web/react/utils/constants.jsx')
-rw-r--r--web/react/utils/constants.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/utils/constants.jsx b/web/react/utils/constants.jsx
index 11a8da669..17f6f8fe5 100644
--- a/web/react/utils/constants.jsx
+++ b/web/react/utils/constants.jsx
@@ -461,7 +461,7 @@ export default {
},
OVERLAY_TIME_DELAY: 400,
MIN_USERNAME_LENGTH: 3,
- MAX_USERNAME_LENGTH: 15,
+ MAX_USERNAME_LENGTH: 64,
MIN_PASSWORD_LENGTH: 5,
MAX_PASSWORD_LENGTH: 50,
TIME_SINCE_UPDATE_INTERVAL: 30000