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

Removing old variable $userCrypted and the use of it #11334

Merged
merged 1 commit into from
Jul 6, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions www/class/centreonUser.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,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