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

20 lines
786 B
Text
Raw Normal View History

<%= c 'product_name' %> signin detected from a new country
<p>Hi <%= d 'user.firstname' %>,</p>
<br>
<p>It looks like you used your account with an <b>knwon device but from a new country</b> on "<%= d 'user_device.created_at' %>":</p>
<br>
<p>
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
</p>
<br>
<p>The country has been added to your list of known devices, which you can view here:</p>
<br>
<p><%= c 'http_type' %>://<%= c 'fqdn' %>/#profile/devices</p>
<br>
<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>
<br>
<p>Your <%= c 'product_name' %> Team</p>