Don't show password when creating or updating a user

Signed-off-by: Eric Lippmann <eric.lippmann@netways.de>
This commit is contained in:
realitygaps 2015-06-17 16:19:00 +02:00 committed by Eric Lippmann
parent 029aeda164
commit 95fb00ac8d
1 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ class UserForm extends RepositoryForm
)
);
$this->addElement(
'text',
'password',
'password',
array(
'required' => true,
@ -56,7 +56,7 @@ class UserForm extends RepositoryForm
$this->createInsertElements($formData);
$this->addElement(
'text',
'password',
'password',
array(
'label' => $this->translate('Password')