diff --git a/www/class/centreonUser.class.php b/www/class/centreonUser.class.php index 83f65c82c26..de56ee48941 100644 --- a/www/class/centreonUser.class.php +++ b/www/class/centreonUser.class.php @@ -57,7 +57,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