diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2013-10-24 23:25:47 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2013-10-24 23:25:47 -0700 |
| commit | 4b90fe87e2510d424917c69605654d9c61c360c2 (patch) | |
| tree | 5a5ac233d827d877654fc13981e3c6f37cf2ecd1 /httemplate/elements/input-text.html | |
| parent | c8247c2214b7246a2be5796ba971ed09d7370228 (diff) | |
prevent browsers from saving passwords
Diffstat (limited to 'httemplate/elements/input-text.html')
| -rw-r--r-- | httemplate/elements/input-text.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/elements/input-text.html b/httemplate/elements/input-text.html index 827941501..18272ebe2 100644 --- a/httemplate/elements/input-text.html +++ b/httemplate/elements/input-text.html @@ -5,6 +5,7 @@ <% $size %> <% $maxlength %> <% $style %> + <% $opt{autocomplete} ? 'autocomplete="off"' : '' %> <% $opt{disabled} %> <% $onchange %> ><% $opt{'postfix'} %> |
