mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 11:22:04 +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:
@@ -7767,13 +7767,6 @@ paths:
|
||||
schema:
|
||||
type: boolean
|
||||
example: true
|
||||
- name: enable_login_emails
|
||||
in: query
|
||||
description: |
|
||||
Enable email notifications for new logins to account.
|
||||
schema:
|
||||
type: boolean
|
||||
example: true
|
||||
- name: message_content_in_email_notifications
|
||||
in: query
|
||||
description: |
|
||||
|
||||
Reference in New Issue
Block a user