retrospring/app/views/devise/mailer/reset_password_instructions.text.erb
2015-07-23 12:12:36 +05:30

9 lines
437 B
Text

Hello <%= @resource.screen_name %>!
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.