From 3b13ea499096dba5af7a3c3f0b16e6d79395a10f Mon Sep 17 00:00:00 2001 From: Sebastian Grewe Date: Wed, 22 Jan 2014 11:14:50 +0100 Subject: [PATCH] [FIX] Properly show login details on mail notif. Fixes #1530 once merged --- public/templates/mail/notifications/success_login.tpl | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/public/templates/mail/notifications/success_login.tpl b/public/templates/mail/notifications/success_login.tpl index e1a07bac..8049f63b 100644 --- a/public/templates/mail/notifications/success_login.tpl +++ b/public/templates/mail/notifications/success_login.tpl @@ -1,11 +1,12 @@ +{debug}

Your account has successfully logged in

-

User: {$LOGINUSER}

-

IP: {$LOGINIP}

-

Time: {$LOGINTIME}

+

User: {$DATA.LOGINUSER}

+

IP: {$DATA.LOGINIP}

+

Time: {$DATA.LOGINTIME}

If you initiated this login, you can ignore this message. If you did NOT, please notify an administrator.



- \ No newline at end of file +