en.html.erb 615 B

123456789101112131415
  1. Reset your #{config.product_name} password
  2. <div>Hi #{user.firstname},</div>
  3. <br>
  4. <div>You or someone else tried to sign up with this email address. However, this email is already being used.</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="#{url}">#{url}</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>