Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit e89d1c8

Browse files
author
Jamie Snape
committed
Fix password field in mail admin form
1 parent a025567 commit e89d1c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/mail/forms/Admin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public function init()
5757
$sendGridUsername->setLabel('SendGrid User Name');
5858
$sendGridUsername->addValidator('NotEmpty', true);
5959

60-
$sendGridPassword = new Zend_Form_Element_Text(MAIL_SEND_GRID_PASSWORD_KEY);
60+
$sendGridPassword = new Zend_Form_Element_Password(MAIL_SEND_GRID_PASSWORD_KEY);
6161
$sendGridPassword->setLabel('SendGrid Password');
6262
$sendGridPassword->addValidator('NotEmpty', true);
6363

0 commit comments

Comments
 (0)