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

10 lines
437 B
Plaintext

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.