mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
changed smtp-password input to type password, thanks to Flavio Henrique for the info
This commit is contained in:
parent
d5ae61dddc
commit
ba2ff67fbf
@ -165,7 +165,7 @@
|
||||
</tr>
|
||||
<tr class="row_off">
|
||||
<td>{lang_Password_for_SMTP-authentication}:</td>
|
||||
<td><input name="newsettings[smtp_auth_passwd]" value="{value_smtp_auth_passwd}"></td>
|
||||
<td><input type="password" name="newsettings[smtp_auth_passwd]" value="{value_smtp_auth_passwd}"></td>
|
||||
</tr>
|
||||
<tr class="row_on">
|
||||
<td colspan="2"> </td>
|
||||
|
Loading…
Reference in New Issue
Block a user