SMTP Password not masked PR #921

Signed-off-by: Adam Henley <adamazing@gmail.com>

Close #923
This commit is contained in:
Adam Henley 2015-04-19 20:32:55 +12:00 committed by Tobias van Beek
parent 81fbc6a5a0
commit f7ca64bf6d

View file

@ -329,7 +329,7 @@ class SettingsController extends Controller
$field->setContainerClass('form-group');
$form->addField($field);
$field = new Form\Element\Text('smtp_password');
$field = new Form\Element\Password('smtp_password');
$field->setRequired(false);
$field->setLabel(Lang::get('smtp_password'));
$field->setClass('form-control');