Fix password misrepresentation

This commit is contained in:
Alexander A. Klimov 2017-11-21 19:14:34 +01:00
parent b3cd42e1cb
commit 2ff8c5edad

View file

@ -41,8 +41,9 @@ class BackendForm extends ConfigForm
'password',
'graphite_web_password',
[
'label' => $this->translate('Graphite Web password'),
'description' => $this->translate('The above user\'s password')
'renderPassword' => true,
'label' => $this->translate('Graphite Web password'),
'description' => $this->translate('The above user\'s password')
]
]
]);