about summary refs log tree commit diff
path: root/app/views/user_mailer/reset_password_instructions.en.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/user_mailer/reset_password_instructions.en.html.erb')
-rw-r--r--app/views/user_mailer/reset_password_instructions.en.html.erb8
1 files changed, 0 insertions, 8 deletions
diff --git a/app/views/user_mailer/reset_password_instructions.en.html.erb b/app/views/user_mailer/reset_password_instructions.en.html.erb
deleted file mode 100644
index cfb129e22..000000000
--- a/app/views/user_mailer/reset_password_instructions.en.html.erb
+++ /dev/null
@@ -1,8 +0,0 @@
-<p>Hello <%= @resource.email %>!</p>
-
-<p>Someone has requested a link to change your password on <%= @instance %>. You can do this through the link below.</p>
-
-<p><%= link_to 'Change my password', edit_password_url(@resource, reset_password_token: @token) %></p>
-
-<p>If you didn't request this, please ignore this email.</p>
-<p>Your password won't change until you access the link above and create a new one.</p>