diff --git a/application/forms/Config/User/UserForm.php b/application/forms/Config/User/UserForm.php index 2f25415d4..09c89d948 100644 --- a/application/forms/Config/User/UserForm.php +++ b/application/forms/Config/User/UserForm.php @@ -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'), ) );