summaryrefslogtreecommitdiff
path: root/app/views/devise/mailer/reset_password_instructions.html.erb
blob: 23b31da92d807854ac82c7bab7bc85b4acdacd12 (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 your 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>