From 8b517ea5ac6301bd513c18632aa34ce91545dd95 Mon Sep 17 00:00:00 2001 From: David Gay Date: Sun, 25 Apr 2021 13:07:25 -0400 Subject: Adjust devise routes, views, and language --- app/views/devise/mailer/reset_password_instructions.html.erb | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 app/views/devise/mailer/reset_password_instructions.html.erb (limited to 'app/views/devise/mailer/reset_password_instructions.html.erb') 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 @@ +

Hello <%= @resource.email %>!

+ +

Someone has requested a link to change your password. You can do this through the link below.

+ +

<%= link_to 'Change my password', 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.

-- cgit v1.2.3