Retrospring/app/views/devise/mailer/reset_password_instructions...

11 lines
640 B
Plaintext
Raw Normal View History

%p{style: "margin:0px;padding:0px"}
2015-07-21 11:20:54 -07:00
Hello
2015-07-22 23:42:36 -07:00
= succeed '!' do
= @resource.screen_name
%p  
%p{style: "margin:0px;padding:0px"} Someone (hopefully you) has requested a link to change your password. You can do this through the link below.
%p{style: "margin:0px;padding:0px"}= link_to 'Change my password', edit_password_url(@resource, reset_password_token: @token, protocol: (APP_CONFIG['https'] ? :https : :http))
2015-07-22 23:42:36 -07:00
%p  
%p{style: "margin:0px;padding:0px"} If you didn't request this, please ignore this email.
%p{style: "margin:0px;padding:0px"} Your password won't change until you access the link above and create a new one.