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