en.html.erb 839 B

12345678910111213141516171819
  1. #{config.product_name} signin detected from a new country
  2. <div>Hi #{user.firstname},</div>
  3. <br>
  4. <div>It looks like you used your account with an <b>known device but from a new country</b> on "#{user_device.created_at}":</div>
  5. <br>
  6. <div>
  7. Your device: #{user_device.name}<br>
  8. Your location (relative): #{user_device.location}<br>
  9. Your IP: #{user_device.ip}<br>
  10. </div>
  11. <br>
  12. <div>The country has been added to your list of known devices, which you can view here:</div>
  13. <br>
  14. <div><a href="#{config.http_type}://#{config.fqdn}/#profile/devices">#{config.http_type}://#{config.fqdn}/#profile/devices</a></div>
  15. <br>
  16. <div>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.</div>
  17. <br>
  18. <div>Your #{config.product_name} Team</div>