[deploy] Bug Fix:Update Text Request Email with confirm_delete Link (#10277)
This commit is contained in:
parent
244195fc92
commit
3ef7340f05
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue