[FIX] Show username in Login Mails
This commit is contained in:
parent
6336ca29ea
commit
faf648d1d2
@ -157,7 +157,7 @@ class User extends Base {
|
||||
$aDataN['email'] = $this->getUserEmail($username);
|
||||
$aDataN['subject'] = 'Successful login notification';
|
||||
$aDataN['LOGINIP'] = $this->getCurrentIP();
|
||||
$aDataN['LOGINUSER'] = $this->user;
|
||||
$aDataN['LOGINUSER'] = $username;
|
||||
$aDataN['LOGINTIME'] = date('m/d/y H:i:s');
|
||||
$notifs->sendNotification($uid, 'success_login', $aDataN);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user