retrospring/app/views/devise/mailer/reset_password_instructions.text.erb

10 lines
437 B
Text
Raw Normal View History

2015-07-23 08:42:36 +02:00
Hello <%= @resource.screen_name %>!
2015-07-21 20:20:54 +02:00
Someone (hopefully you) has requested a link to change your password.
You can do this by copying the link below and entering it into your browser.
2015-07-23 08:42:36 +02:00
<%= edit_password_url(@resource, reset_password_token: @token, protocol: (APP_CONFIG['https'] ? :https : :http)) %>
2015-07-21 20:20:54 +02:00
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.