mirror of
https://github.com/zulip/zulip.git
synced 2025-11-07 23:43:43 +00:00
settings: Remove realm-level default of enable_login_emails setting.
This commit does not remove the 'enable_login_emails' field from RealmUserDefault table but it is just not used and cannot be changed from UI or API similar to 'enable_marketing_emails' setting.
This commit is contained in:
@@ -406,9 +406,6 @@ export const realm_user_settings_defaults_labels = {
|
||||
defaultMessage: "Send mobile notifications even if user is online (useful for testing)",
|
||||
}),
|
||||
enable_digest_emails: $t({defaultMessage: "Send digest emails when user is away"}),
|
||||
enable_login_emails: $t({
|
||||
defaultMessage: "Send email notifications for new logins to the account",
|
||||
}),
|
||||
|
||||
realm_presence_enabled: $t({defaultMessage: "Display availability to other users when online"}),
|
||||
realm_enter_sends: $t({defaultMessage: "Enter sends when composing a message"}),
|
||||
|
||||
Reference in New Issue
Block a user