en.html.erb 750 B

123456789101112131415
  1. Reset your #{config.product_name} password
  2. <div>Hi #{user.firstname},</div>
  3. <br>
  4. <div>We received a request to reset the password for your #{config.product_name} account <b>#{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="#{config.http_type}://#{config.fqdn}/#password_reset_verify/#{token.name}">#{config.http_type}://#{config.fqdn}/#password_reset_verify/#{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 reset.</div>
  13. <br>
  14. <div>Your #{config.product_name} Team</div>