Add description to the password input when updating a user

This commit is contained in:
Eric Lippmann 2015-09-01 23:30:30 +02:00
parent 95fb00ac8d
commit fd49b18bf4
1 changed files with 2 additions and 1 deletions

View File

@ -59,7 +59,8 @@ class UserForm extends RepositoryForm
'password',
'password',
array(
'label' => $this->translate('Password')
'description' => $this->translate('Leave empty for not updating the user\'s password'),
'label' => $this->translate('Password'),
)
);