2014-09-02 18:07:02 +05:30
|
|
|
<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>
|
|
|
|
|
2015-04-26 12:48:37 +05:30
|
|
|
<p><%= link_to 'Change your password', edit_password_url(@resource, reset_password_token: @token) %></p>
|
2014-09-02 18:07:02 +05:30
|
|
|
|
|
|
|
<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>
|