diff --git a/modules/monitoring/application/forms/Config/SecurityForm.php b/modules/monitoring/application/forms/Config/SecurityForm.php index ace1594f2..74577c0d5 100644 --- a/modules/monitoring/application/forms/Config/SecurityForm.php +++ b/modules/monitoring/application/forms/Config/SecurityForm.php @@ -27,7 +27,10 @@ class SecurityForm extends Form array( 'label' => 'Protected Custom Variables', 'required' => true, - 'value' => $this->config->protected_customvars + 'value' => $this->config->protected_customvars, + 'helptext' => 'Comma separated case insensitive list of protected custom variables.' + . ' Use * as a placeholder for zero or more wildcard characters.' + . ' Existance of those custom variables will be shown, but their values will be masked.' ) ); $this->setSubmitLabel('Save');