mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
Security: do not show actual encrypted values, display '*****' instead.
SVN:trunk[4101]
This commit is contained in:
@@ -5889,6 +5889,13 @@ class AttributeOneWayPassword extends AttributeDefinition
|
||||
{
|
||||
return ''; // Not exportable in XML
|
||||
}
|
||||
|
||||
public function GetValueLabel($sValue, $oHostObj = null)
|
||||
{
|
||||
// Don't display anything in "group by" reports
|
||||
return '*****';
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// Indexed array having two dimensions
|
||||
|
||||
Reference in New Issue
Block a user