mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
fix: use password type for SMTP Auth #5051
This commit is contained in:
committed by
Neil Lathwood
parent
7553e771a6
commit
48b0e53a54
@@ -288,7 +288,7 @@ $mail_conf = array(
|
||||
),
|
||||
array('name' => 'email_smtp_password',
|
||||
'descr' => 'SMTP Authentication Password',
|
||||
'type' => 'text',
|
||||
'type' => 'password',
|
||||
),
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user