en.html.erb 791 B

123456789101112131415
  1. Reset your <%= c 'product_name' %> password
  2. <div>Hi <%= d 'user.firstname' %>,</div>
  3. <br>
  4. <div>We received a request to reset the password for your <%= c 'product_name' %> account <b><%= d 'user.login' %></b>.</div>
  5. <br>
  6. <div>If you want to reset your password, click on the link below (or copy and paste the URL into your browser):</div>
  7. <br>
  8. <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>
  9. <br>
  10. <div>This link takes you to a page where you can change your password.</div>
  11. <br>
  12. <div>If you don't want to reset your password, please ignore this message. Your password will not be reseted.</div>
  13. <br>
  14. <div>Your <%= c 'product_name' %> Team</div>