diff --git a/core/attributedef.class.inc.php b/core/attributedef.class.inc.php index a9e2432c2..698b7547a 100644 --- a/core/attributedef.class.inc.php +++ b/core/attributedef.class.inc.php @@ -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