[deploy] Bug Fix:Update Text Request Email with confirm_delete Link (#10277)

This commit is contained in:
Molly Struve 2020-09-10 13:54:30 -05:00 committed by GitHub
parent 244195fc92
commit 3ef7340f05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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