Don't require passwords for DB resources

fixes #12170
This commit is contained in:
Alexander A. Klimov 2016-12-07 18:16:18 +01:00 committed by Eric Lippmann
parent 302075be60
commit 3889e870a3
1 changed files with 0 additions and 1 deletions

View File

@ -131,7 +131,6 @@ class DbResourceForm extends Form
'password',
'password',
array(
'required' => true,
'renderPassword' => true,
'label' => $this->translate('Password'),
'description' => $this->translate('The password to use for authentication')