php-mpos/public/templates/mail/notifications/success_login.tpl
xisi 8756036646 cleaned up account edit csrf slightly
added csrf protection to workers under sitewide config
added csrf protection to notifications under sitewide config
added csrf protection to invitations under sitewide config
cleaned up login page csrf
cleaned up contactform/contactform page
cleaned up register/register page
moved config->csrf->forms->register to sitewide
added login ip/user/time to notification on login
2014-01-20 04:29:45 -05:00

11 lines
275 B
Smarty

<html>
<body>
<p>Your account has successfully logged in</p>
<p>User: {$LOGINUSER}</p>
<p>IP: {$LOGINIP}</p>
<p>Time: {$LOGINTIME}</p>
<p>If you initiated this login, you can ignore this message. If you did NOT, please notify an administrator.</p>
<br/>
<br/>
</body>
</html>