From bbca29d141747901e0aedecb95cbc77376e4dcf1 Mon Sep 17 00:00:00 2001 From: Git Date: Mon, 31 Aug 2015 08:00:28 +0000 Subject: [PATCH] Empty commit --- sections/login/index.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sections/login/index.php b/sections/login/index.php index a255f702..133bb970 100644 --- a/sections/login/index.php +++ b/sections/login/index.php @@ -72,6 +72,8 @@ VALUES ('$UserID', '$_SERVER[REMOTE_ADDR]', '".sqltime()."')"); $Reset = true; // Past tense form of "to reset", meaning that password has now been reset + G::$LoggedUser['ID'] = $UserID; // Set $LoggedUser['ID'] for logout_all_sessions() to work + logout_all_sessions(); }