mirror of https://github.com/zulip/zulip.git
emails: Make change in email notification come from 'Zulip Account Security.'
This commit is contained in:
parent
69f3ca7870
commit
0369a9f3bf
|
@ -52,7 +52,8 @@ def confirm_email_change(request, confirmation_key):
|
|||
'new_email': new_email,
|
||||
}
|
||||
send_email('zerver/emails/notify_change_in_email', old_email,
|
||||
from_address=FromAddress.SUPPORT, context=context)
|
||||
from_name="Zulip Account Security", from_address=FromAddress.SUPPORT,
|
||||
context=context)
|
||||
|
||||
ctx = {
|
||||
'confirmed': confirmed,
|
||||
|
|
Loading…
Reference in New Issue