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:
Aastha Gupta
2018-02-18 14:04:54 +05:30
committed by Tim Abbott
parent 71829f3373
commit d124597f4b
9 changed files with 45 additions and 2 deletions

View File

@@ -59,6 +59,7 @@ function _setup_page() {
realm_icon_source: page_params.realm_icon_source,
realm_icon_url: page_params.realm_icon_url,
realm_mandatory_topics: page_params.realm_mandatory_topics,
realm_send_welcome_emails: page_params.realm_send_welcome_emails,
};
var admin_tab = templates.render('admin_tab', options);