From cf21dfc6644f64a3287f8d04d9f7fcac217eb3c6 Mon Sep 17 00:00:00 2001 From: elmahdiabbassi Date: Tue, 5 Jul 2022 11:57:22 +0100 Subject: [PATCH] removed old variable userCrypted and the use of it --- www/class/centreonUser.class.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/www/class/centreonUser.class.php b/www/class/centreonUser.class.php index 2c61e80a732..398ed4733f2 100644 --- a/www/class/centreonUser.class.php +++ b/www/class/centreonUser.class.php @@ -56,7 +56,6 @@ class CentreonUser public $groupListStr; public $access; public $log; - public $userCrypted; protected $token; public $default_page; private $showDeprecatedPages; @@ -109,7 +108,6 @@ public function __construct($user = array()) * Initiate Log Class */ $this->log = new CentreonUserLog($this->user_id, $pearDB); - $this->userCrypted = md5($this->alias); /** * Init rest api auth