Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
removed old variable userCrypted and the use of it (#11334)
Browse files Browse the repository at this point in the history
  • Loading branch information
emabassi-ext committed Aug 4, 2022
1 parent 76fdfba commit 6173341
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions www/class/centreonUser.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ class CentreonUser
public $groupListStr;
public $access;
public $log;
public $userCrypted;
protected $token;
public $default_page;
private $showDeprecatedPages;
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6173341

Please sign in to comment.