en.html.erb 728 B

123456789101112131415161718
  1. <%= c 'product_name' %> signin detected from a new device
  2. <p>Hi <%= d 'user.firstname' %>,</p>
  3. <br>
  4. <p>It looks like you signed into your <%= c 'product_name' %> account using a new device on "<%= d 'user_device.created_at' %>":</p>
  5. <br>
  6. <p>
  7. Your location: <%= d 'user_device.location' %><br>
  8. Your IP: <%= d 'user_device.ip' %><br
  9. </p>
  10. <br>
  11. <p>Your device has been added to your list of known devices, which you can view here:</p>
  12. <br>
  13. <p><%= c 'http_type' %>://<%= c 'fqdn' %>/#profile/devices</p>
  14. <br>
  15. <p>If this wasn't you, remove the device, changing your account password, and contacting your administrator. Somebody might have gained unauthorized access to your account.</p>
  16. <br>
  17. <p>Your <%= c 'product_name' %> Team</p>