mirror of
https://github.com/zulip/zulip.git
synced 2025-11-22 07:21:23 +00:00
org-settings: Add setting to turn off welcome emails.
This adds an organization-level setting to provide an option to turn off the welcome emails. Fixes #8000.
This commit is contained in:
@@ -281,6 +281,11 @@ function _set_up() {
|
||||
type: 'text',
|
||||
msg: i18n.t("Default language changed!"),
|
||||
},
|
||||
send_welcome_emails: {
|
||||
type: 'bool',
|
||||
checked_msg: i18n.t("Send emails to new users explaining how to use Zulip!"),
|
||||
unchecked_msg: i18n.t("Don't send emails to new users explaining how to use Zulip!"),
|
||||
},
|
||||
allow_message_deleting: {
|
||||
type: 'bool',
|
||||
checked_msg: i18n.t("Users can delete their messages!"),
|
||||
|
||||
Reference in New Issue
Block a user