summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2016-05-06 08:08:11 -0400
committerChristopher Speller <crspeller@gmail.com>2016-05-06 08:08:11 -0400
commitfaf807d872498283455c2ca08401d10e48104843 (patch)
tree9768f66ef4f97e7d0bccaf925176ab2262c16409 /config
parentd75cb0294896e0e45f280cbccde8581376d501ce (diff)
downloadchat-faf807d872498283455c2ca08401d10e48104843.tar.gz
chat-faf807d872498283455c2ca08401d10e48104843.tar.bz2
chat-faf807d872498283455c2ca08401d10e48104843.zip
PLT-2809 Followups to login page redesign (#2901)
* Rearranged controls on the login page * Prevented login when username or password hasn't been entered * Updated login page error messages * Enabled sign in with username by default
Diffstat (limited to 'config')
-rw-r--r--config/config.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.json b/config/config.json
index f468e49ee..45da5770b 100644
--- a/config/config.json
+++ b/config/config.json
@@ -78,7 +78,7 @@
"EmailSettings": {
"EnableSignUpWithEmail": true,
"EnableSignInWithEmail": true,
- "EnableSignInWithUsername": false,
+ "EnableSignInWithUsername": true,
"SendEmailNotifications": false,
"RequireEmailVerification": false,
"FeedbackName": "",