N°2591 - API : deprecate \CMDBObject::CheckUserRights

This commit is contained in:
Eric
2020-08-28 14:48:00 +02:00
parent ec72d1c767
commit d1af851fcd
2 changed files with 9 additions and 2 deletions

View File

@@ -232,6 +232,7 @@ class Config
'source_of_value' => '',
'show_in_conf_sample' => false,
),
// Deprecated in 2.8.0 to be removed in 2.9
'skip_strong_security' => array(
'type' => 'bool',
'description' => 'Disable strong security - TEMPORARY: this flag should be removed when we are more confident in the recent change in security',
@@ -2386,4 +2387,4 @@ class ConfigPlaceholdersResolver
IssueLog::Error($sErrorMessage, self::class, array($sSourceName, $sKey, $sDefault, $sWholeMask));
throw new ConfigException($sErrorMessage);
}
}
}