From d59eab1f946fb9addcd893b692244fcaf840b04a Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 9 Oct 2025 17:01:16 -0600 Subject: [PATCH] Update user_profile.php Unset $parameters array --- core/users/user_profile.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/users/user_profile.php b/core/users/user_profile.php index 9e7955b743..b8cdefce7f 100644 --- a/core/users/user_profile.php +++ b/core/users/user_profile.php @@ -396,6 +396,7 @@ unlink(session_save_path() . "/sess_" . $row['session_id']); } } + unset($sql, $parameters); //create a one way hash for the user password $array['users'][$x]['password'] = password_hash($password, PASSWORD_DEFAULT, $options);