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

10 lines
435 B
Plaintext
Raw Normal View History

2015-07-21 11:27:59 -07:00
Hello <%= @resource.screen_name %>
2015-07-21 11:20:54 -07: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.
<%= edit_password_url(@resource, reset_password_token: @token, protocol: (APP_CONFIG['https'] ? :https : :http) %>
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.