2019-08-17 12:35:50 +00:00
|
|
|
<p>Hello <%= @resource.email %>!</p>
|
|
|
|
|
|
|
|
<p>Someone has requested a link to change your password. You can do this through the link below.</p>
|
|
|
|
|
2019-08-25 14:29:28 +00:00
|
|
|
<p><%= link_to 'Change my password', frontend_url('auth/password/edit', reset_password_token: @token) %></p>
|
2019-08-17 12:35:50 +00:00
|
|
|
|
|
|
|
<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>
|