trabajo-afectivo/app/views/mailer/user_device_new_location/en.html.erb

20 lines
815 B
Text
Raw Normal View History

<%= c 'product_name' %> signin detected from a new country
<div>Hi <%= d 'user.firstname' %>,</div>
<br>
<div>It looks like you used your account with an <b>known device but from a new country</b> on "<%= d 'user_device.created_at' %>":</div>
<br>
<div>
2016-03-24 13:39:47 +00:00
Your device: <%= d 'user_device.name' %><br>
Your location (relative): <%= d 'user_device.location' %><br>
Your IP: <%= d 'user_device.ip' %><br>
</div>
<br>
<div>The country has been added to your list of known devices, which you can view here:</div>
<br>
<div><%= c 'http_type' %>://<%= c 'fqdn' %>/#profile/devices</div>
<br>
<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>
<br>
<div>Your <%= c 'product_name' %> Team</div>