summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorit33 <it33@users.noreply.github.com>2016-01-09 21:42:18 -0800
committerit33 <it33@users.noreply.github.com>2016-01-09 21:42:18 -0800
commit0b1212f4745857a73a04ec6315a2d92d731f50d4 (patch)
treeb0094a4b9185e191993e3ace82c8e0a0d91a00dc /doc
parentbfc3012e6a059dc89b69b41ab3fe1fc43f1406f5 (diff)
downloadchat-0b1212f4745857a73a04ec6315a2d92d731f50d4.tar.gz
chat-0b1212f4745857a73a04ec6315a2d92d731f50d4.tar.bz2
chat-0b1212f4745857a73a04ec6315a2d92d731f50d4.zip
Update Configuration-Settings.md
Diffstat (limited to 'doc')
-rw-r--r--doc/install/Configuration-Settings.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/install/Configuration-Settings.md b/doc/install/Configuration-Settings.md
index 962be0eb7..31d4551f6 100644
--- a/doc/install/Configuration-Settings.md
+++ b/doc/install/Configuration-Settings.md
@@ -123,11 +123,13 @@ Settings to configure email signup, notifications, security, and SMTP options.
#### Notifications
```"SendEmailNotifications": false```
-"true": Enables sending of email notifications. “false”: Disables email notifications for developers who may want to skip email setup for faster development.
+"true": Enables sending of email notifications. “false”: Disables email notifications for developers who may want to skip email setup for faster development. Setting this to true removes the **Preview Mode: Email notifications have not been configured** banner (requires logging out and logging back in after setting is changed)
+
```"RequireEmailVerification": false```
"true": Require email verification after account creation prior to allowing login; “false”: Users do not need to verify their email address prior to login. Developers may set this field to false so skip sending verification emails for faster development.
+
```"FeedbackName": ""```
Name displayed on email account used when sending notification emails from Mattermost system.