2016-11-13 18:33:12 +00:00
#{config.product_name} signin detected from a new device
2016-02-19 21:05:36 +00:00
2016-11-13 18:33:12 +00:00
<div>Hi #{user.firstname},</div>
2016-02-19 21:05:36 +00:00
<br>
2016-11-13 18:33:12 +00:00
<div>It looks like you signed into your account <b>using a new device</b> on "#{user_device.created_at}":</div>
2016-02-19 21:05:36 +00:00
<br>
2016-05-13 13:53:16 +00:00
<div>
2016-11-13 18:33:12 +00:00
Your device: #{user_device.name}<br>
Your location (relative): #{user_device.location}<br>
Your IP: #{user_device.ip}<br>
2016-05-13 13:53:16 +00:00
</div>
2016-02-19 21:05:36 +00:00
<br>
2016-05-13 13:53:16 +00:00
<div>Your device has been added to your list of known devices, which you can view here:</div>
2016-02-19 21:05:36 +00:00
<br>
2018-03-20 19:04:50 +00:00
<div><a href="#{config.http_type}://#{config.fqdn}/#profile/devices">#{config.http_type}://#{config.fqdn}/#profile/devices</a></div>
2016-02-19 21:05:36 +00:00
<br>
2016-05-13 13:53:16 +00:00
<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>
2016-02-19 21:05:36 +00:00
<br>
2016-11-13 18:33:12 +00:00
<div>Your #{config.product_name} Team</div>