lemonldap-ng/lemonldap-ng-portal/site/templates/common/mail_new_location_warning.tpl

13 lines
458 B
Smarty
Raw Normal View History

2021-08-11 15:13:44 +02:00
<TMPL_INCLUDE NAME="mail_header.tpl">
<p>
<span trspan="hello">Hello</span> <TMPL_VAR NAME="session_cn" ESCAPE=HTML>,<br />
<br />
2021-08-18 17:30:30 +02:00
<h3>Your <a href="<TMPL_VAR NAME="url" ESCAPE=HTML>" style="text-decoration:none;color:orange;"> account was signed in to from a new location.</h3>
2021-08-11 15:13:44 +02:00
<span trspan="host">Host</span> <b><TMPL_VAR NAME="host"></b></br>
2021-08-18 17:30:30 +02:00
<span trspan="date">Date</span> <b><TMPL_VAR NAME="date"></b>
2021-08-11 15:13:44 +02:00
</a>
</p>
<TMPL_INCLUDE NAME="mail_footer.tpl">