diff options
author | Clark Tomlinson <fallen013@gmail.com> | 2015-02-04 10:54:22 -0500 |
---|---|---|
committer | Clark Tomlinson <fallen013@gmail.com> | 2015-02-04 10:54:22 -0500 |
commit | 0ae4db2431974b1aaa1bf51b3c805974f6f111c3 (patch) | |
tree | 0307ef2b0eecd51844b60981c04665be664e96bd | |
parent | e8c11620bc6ebba753509dec27521806f4ff77ce (diff) | |
download | nextcloud-server-0ae4db2431974b1aaa1bf51b3c805974f6f111c3.tar.gz nextcloud-server-0ae4db2431974b1aaa1bf51b3c805974f6f111c3.zip |
Revert "Disable autocomplete for SMTP Password"
-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 55f84a7ff8b..65c6359e509 100644 --- a/settings/templates/admin.php +++ b/settings/templates/admin.php @@ -450,7 +450,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" autocomplete="off" + <input type="password" name='mail_smtppassword' id="mail_smtppassword" 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> |