From 3ef7340f056284487751db6c4059794d7400a4b5 Mon Sep 17 00:00:00 2001 From: Molly Struve Date: Thu, 10 Sep 2020 13:54:30 -0500 Subject: [PATCH] [deploy] Bug Fix:Update Text Request Email with confirm_delete Link (#10277) --- .../notify_mailer/account_deletion_requested_email.text.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/mailers/notify_mailer/account_deletion_requested_email.text.erb b/app/views/mailers/notify_mailer/account_deletion_requested_email.text.erb index f694ac915..061f5cc61 100644 --- a/app/views/mailers/notify_mailer/account_deletion_requested_email.text.erb +++ b/app/views/mailers/notify_mailer/account_deletion_requested_email.text.erb @@ -1,6 +1,6 @@ Hi <%= @name %>, -Your account deletion was requested. Please, visit this page: <%= user_request_destroy_url(@token) %> to destroy your account. The link will expire in 12 hours. -Contact us at <%= SiteConfig.email_addresses[:default] %> if there is anything more we can help with. +Your account deletion was requested. Please, visit this page: <%= user_confirm_destroy_url(@token) %> to destroy your account. The link will expire in 12 hours. +Contact us at <%= email_link %> if there is anything more we can help with. Thanks, The <%= community_name %> Team