2016-02-19 21:05:36 +00:00
Reset your <%= c 'product_name' %> password
2016-05-13 13:53:16 +00:00
<div>Hi <%= d 'user.firstname' %>,</div>
2016-02-19 21:05:36 +00:00
<br>
2016-05-13 13:53:16 +00:00
<div>We received a request to reset the password for your <%= c 'product_name' %> account <b><%= d 'user.login' %></b>.</div>
2016-02-19 21:05:36 +00:00
<br>
2016-05-13 13:53:16 +00:00
<div>If you want to reset your password, click on the link below (or copy and paste the URL into your browser):</div>
2016-02-19 21:05:36 +00:00
<br>
2016-05-13 13:53:16 +00:00
<div><a href="<%= c 'http_type' %>://<%= c 'fqdn' %>/#password_reset_verify/<%= d 'token.name' %>"><%= c 'http_type' %>://<%= c 'fqdn' %>/#password_reset_verify/<%= d 'token.name' %></a></div>
2016-02-19 21:05:36 +00:00
<br>
2016-05-13 13:53:16 +00:00
<div>This link takes you to a page where you can change your password.</div>
2016-02-19 21:05:36 +00:00
<br>
2016-05-13 13:53:16 +00:00
<div>If you don't want to reset your password, please ignore this message. Your password will not be reseted.</div>
2016-02-19 21:05:36 +00:00
<br>
2016-05-13 13:53:16 +00:00
<div>Your <%= c 'product_name' %> Team</div>