Merge pull request #1531 from MPOS/missing-login-info-maildata

[FIX] Properly show login details on mail notif.
This commit is contained in:
Sebastian Grewe 2014-01-22 02:15:56 -08:00
commit 6336ca29ea

View File

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