Security: do not show actual encrypted values, display '*****' instead.

SVN:trunk[4101]
This commit is contained in:
Denis Flaven
2016-05-18 08:15:14 +00:00
parent 3b38388c73
commit c914344a32

View File

@@ -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