mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
hide the password field for smtp (bug 2659)
This commit is contained in:
parent
181a96e6b1
commit
eaee4b5d95
@ -444,7 +444,7 @@ class configvarrss extends configvar {
|
||||
|
||||
/// smtppass
|
||||
$mail['smtppass'] = new configvar ('',
|
||||
'<input name="smtppass" type="text" size="10" value="'.s($config->smtppass).'" alt="smtppass" />' );
|
||||
'<input name="smtppass" type="password" size="10" value="'.s($config->smtppass).'" alt="smtppass" />' );
|
||||
|
||||
/// noreplyaddress
|
||||
$mail['noreplyaddress'] = new configvar (get_string('confignoreplyaddress', 'admin'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user