Index: include/check_useraccount.php index fc5e071a50..196b8e3046 100644 --- include/check_useraccount.php +++ include/check_useraccount.php @@ -238,6 +238,7 @@ if ($logged_userid) { . $user_account['lastname']; $smarty->assign('fullname', trim($fullname)); + $smarty->assign('user_account', $user_account); if (!empty($active_modules['TwoFactorAuth']) && !empty($logged_userid)) { func_twofactor_on_check_useraccount($login_type);