summaryrefslogtreecommitdiff
path: root/app/views/devise/mailer/reset_password_instructions.html.erb
blob: 7913e88beb6edf2c43b5d241ca3e54c9724832e5 (plain)
1
2
3
4
5
6
7
8
<p>Hello <%= @resource.email %>!</p>

<p>Someone has requested a link to change your password, and you can do this through the link below.</p>

<p><%= link_to 'Change my password', edit_password_url(@resource, reset_password_token: @token) %></p>

<p>If you didn't request this, please ignore this email.</p>
<p>Your password won't change until you access the link above and create a new one.</p>