mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
password reset flow: Use default noreply email address.
This commit is contained in:
@@ -219,8 +219,7 @@ class ZulipPasswordResetForm(PasswordResetForm):
|
||||
if not check_subdomain(user_realm.subdomain, attempted_subdomain):
|
||||
context['attempted_realm'] = get_realm(attempted_subdomain)
|
||||
|
||||
send_email('zerver/emails/password_reset', to_email, from_email=from_email,
|
||||
context=context)
|
||||
send_email('zerver/emails/password_reset', to_email, context=context)
|
||||
|
||||
def save(self, *args, **kwargs):
|
||||
# type: (*Any, **Any) -> None
|
||||
|
||||
Reference in New Issue
Block a user