Add new device email when user logs in

This commit is contained in:
vpl
2019-07-22 08:26:24 +02:00
parent 05a1137828
commit bc6a53b847
5 changed files with 202 additions and 2 deletions

View File

@@ -0,0 +1,14 @@
New Device Logged In From {{device}}
<!---------------->
<html>
<p>
Your account was just logged into from a new device.
Date: {{datetime}}
IP Address: {{ip}}
Device Type: {{device}}
You can deauthorize all devices that have access to your account from the
<a href="{{url}}">web vault</a> under Settings > My Account > Deauthorize Sessions.
</p>
</html>