mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 22:04:25 +02:00
Add description to the password input when updating a user
This commit is contained in:
parent
95fb00ac8d
commit
fd49b18bf4
@ -59,7 +59,8 @@ class UserForm extends RepositoryForm
|
|||||||
'password',
|
'password',
|
||||||
'password',
|
'password',
|
||||||
array(
|
array(
|
||||||
'label' => $this->translate('Password')
|
'description' => $this->translate('Leave empty for not updating the user\'s password'),
|
||||||
|
'label' => $this->translate('Password'),
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user