Skip to content

Commit 99a911d

Browse files
committed
- Added autocomplete="off" to relayhost user and relayhost password fields (server config > mail).
1 parent f91908c commit 99a911d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

interface/web/admin/templates/server_config_mail_edit.htm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ <h2><tmpl_var name="list_head_txt"></h2>
5757
</div>
5858
<div class="ctrlHolder">
5959
<label for="relayhost_user">{tmpl_var name='relayhost_user_txt'}</label>
60-
<input name="relayhost_user" id="relayhost_user" value="{tmpl_var name='relayhost_user'}" size="40" maxlength="255" type="text" class="textInput formLengthHalf" />
60+
<input name="relayhost_user" id="relayhost_user" value="{tmpl_var name='relayhost_user'}" size="40" maxlength="255" type="text" class="textInput formLengthHalf" autocomplete="off" />
6161
</div>
6262
<div class="ctrlHolder">
6363
<label for="relayhost_password">{tmpl_var name='relayhost_password_txt'}</label>
64-
<input name="relayhost_password" id="relayhost_password" value="{tmpl_var name='relayhost_password'}" size="40" maxlength="255" type="password" class="textInput formLengthHalf" />
64+
<input name="relayhost_password" id="relayhost_password" value="{tmpl_var name='relayhost_password'}" size="40" maxlength="255" type="password" class="textInput formLengthHalf" autocomplete="off" />
6565
</div>
6666
<div class="ctrlHolder">
6767
<label for="mailbox_size_limit">{tmpl_var name='mailbox_size_limit_txt'}</label>

0 commit comments

Comments
 (0)