summaryrefslogtreecommitdiffstats
path: root/web/react/utils/constants.jsx
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2016-02-05 14:12:10 -0800
committerCorey Hulen <corey@hulen.com>2016-02-05 14:12:10 -0800
commitf4bf476441ab2dfe7920d5be40c05205eff4ed94 (patch)
treee53169dc1183dacebfcb1f4639af306d6f999fb2 /web/react/utils/constants.jsx
parent29b5821c4098325ccec172ee0bc386c8b3b8f815 (diff)
parent255c844afc28360dbde6229d1b6581136192272d (diff)
downloadchat-f4bf476441ab2dfe7920d5be40c05205eff4ed94.tar.gz
chat-f4bf476441ab2dfe7920d5be40c05205eff4ed94.tar.bz2
chat-f4bf476441ab2dfe7920d5be40c05205eff4ed94.zip
Merge pull request #2091 from rgarmsen2295/plt-1797
PLT-1797 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 c1bd41b88..64d4ea8a1 100644
--- a/web/react/utils/constants.jsx
+++ b/web/react/utils/constants.jsx
@@ -464,7 +464,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