diff --git a/core/authentication/resources/classes/authentication.php b/core/authentication/resources/classes/authentication.php index b95b69878a..ffdc0dc1e7 100644 --- a/core/authentication/resources/classes/authentication.php +++ b/core/authentication/resources/classes/authentication.php @@ -91,6 +91,7 @@ class authentication { $result['results'][] = $array; } if ($result["authorized"] == "true") { + $_SESSION['username'] = $result["username"]; break; } }