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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
437 B
Plaintext
Raw Normal View History

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