fix: use password type for SMTP Auth #5051

This commit is contained in:
Tony Murray
2016-11-24 02:55:34 -06:00
committed by Neil Lathwood
parent 7553e771a6
commit 48b0e53a54
2 changed files with 6 additions and 1 deletions

View File

@@ -288,7 +288,7 @@ $mail_conf = array(
),
array('name' => 'email_smtp_password',
'descr' => 'SMTP Authentication Password',
'type' => 'text',
'type' => 'password',
),
);