Skip to content

Commit

Permalink
disable autocomplete #90
Browse files Browse the repository at this point in the history
  • Loading branch information
rhukster committed Nov 25, 2018
1 parent 28ba458 commit ce211d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* Updated various translations
1. [](#bugfix)
* Fixed mailtrap hostname in README.md
* Disable autocomplete on SMTP `user` and `password` fields

# v2.7.1
## 12/05/2017
Expand Down
2 changes: 2 additions & 0 deletions blueprints.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,11 +166,13 @@ form:
mailer.smtp.user:
type: text
size: medium
autocomplete: nope
label: PLUGIN_EMAIL.SMTP_LOGIN_NAME

mailer.smtp.password:
type: password
size: medium
autocomplete: nope
label: PLUGIN_EMAIL.SMTP_PASSWORD

sendmail_config:
Expand Down

0 comments on commit ce211d7

Please sign in to comment.