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