[FIX] Properly show login details on mail notif.
Fixes #1530 once merged
This commit is contained in:
parent
a41d395306
commit
3b13ea4990
@ -1,11 +1,12 @@
|
||||
<html>
|
||||
<body>
|
||||
{debug}
|
||||
<p>Your account has successfully logged in</p>
|
||||
<p>User: {$LOGINUSER}</p>
|
||||
<p>IP: {$LOGINIP}</p>
|
||||
<p>Time: {$LOGINTIME}</p>
|
||||
<p>User: {$DATA.LOGINUSER}</p>
|
||||
<p>IP: {$DATA.LOGINIP}</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>
|
||||
<br/>
|
||||
<br/>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user