diff options
Diffstat (limited to 'settings/templates')
-rw-r--r-- | settings/templates/admin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/admin.php b/settings/templates/admin.php index fb4662b5476..cd26d64aa03 100644 --- a/settings/templates/admin.php +++ b/settings/templates/admin.php @@ -460,7 +460,7 @@ if ($_['suggestedOverwriteCliUrl']) { <label for="mail_smtpname"><?php p($l->t( 'Credentials' )); ?></label> <input type="text" name='mail_smtpname' id="mail_smtpname" placeholder="<?php p($l->t('SMTP Username'))?>" value='<?php p($_['mail_smtpname']) ?>' /> - <input type="password" name='mail_smtppassword' id="mail_smtppassword" + <input type="password" name='mail_smtppassword' id="mail_smtppassword" autocomplete="off" placeholder="<?php p($l->t('SMTP Password'))?>" value='<?php p($_['mail_smtppassword']) ?>' /> <input id="mail_credentials_settings_submit" type="button" value="<?php p($l->t('Store credentials')) ?>"> </p> |