From 9272cbe67ce7fa8ed128b80809fce845795abbde Mon Sep 17 00:00:00 2001 From: Mator Date: Mon, 28 Nov 2016 23:30:34 -0800 Subject: [PATCH] updated reset password email template --- .../reset_password_instructions.html.erb | 108 +++++++++++++++++- 1 file changed, 103 insertions(+), 5 deletions(-) diff --git a/mod-picker/app/views/devise/mailer/reset_password_instructions.html.erb b/mod-picker/app/views/devise/mailer/reset_password_instructions.html.erb index f667dc12f..72c98f273 100644 --- a/mod-picker/app/views/devise/mailer/reset_password_instructions.html.erb +++ b/mod-picker/app/views/devise/mailer/reset_password_instructions.html.erb @@ -1,8 +1,106 @@ -

Hello <%= @resource.email %>!

+ + +
+

Hello <%= @resource.username %>,

+ +

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), :class => "button" %> +
+ +

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.

+ +
+

Sincerely,
+ The Mod Picker Team
+ www.modpicker.com +

+
\ No newline at end of file