about summary refs log tree commit diff
path: root/app/views/user_mailer/reconfirmation_instructions.en.text.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/user_mailer/reconfirmation_instructions.en.text.erb')
-rw-r--r--app/views/user_mailer/reconfirmation_instructions.en.text.erb12
1 files changed, 12 insertions, 0 deletions
diff --git a/app/views/user_mailer/reconfirmation_instructions.en.text.erb b/app/views/user_mailer/reconfirmation_instructions.en.text.erb
new file mode 100644
index 000000000..c1c735b3a
--- /dev/null
+++ b/app/views/user_mailer/reconfirmation_instructions.en.text.erb
@@ -0,0 +1,12 @@
+Hello <%= @resource.unconfirmed_email %>!
+
+You requested a change to the email address you use on <%= @instance %>.
+
+To confirm your new email, please click on the following link:
+<%= confirmation_url(@resource, confirmation_token: @token) %>
+
+Please also check out our terms and conditions <%= terms_url %>
+
+Sincerely,
+
+The <%= @instance %> team