summaryrefslogtreecommitdiff
path: root/httemplate/elements/tr-password.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-10-24 23:25:46 -0700
committerIvan Kohler <ivan@freeside.biz>2013-10-24 23:25:46 -0700
commit7b20719d5f7269adfebf55975766cd6eca4a7dd5 (patch)
tree75cb43d1e47e0b84fd1f20cda7b68767603c6227 /httemplate/elements/tr-password.html
parenta6d62e3bc88e63d71fc972303210aec5464b2219 (diff)
prevent browsers from saving passwords
Diffstat (limited to 'httemplate/elements/tr-password.html')
-rw-r--r--httemplate/elements/tr-password.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/elements/tr-password.html b/httemplate/elements/tr-password.html
index d19c4ed0e..8ad303c67 100644
--- a/httemplate/elements/tr-password.html
+++ b/httemplate/elements/tr-password.html
@@ -1,3 +1,4 @@
<& tr-input-text.html, @_,
- 'type' => 'password',
+ 'type' => 'password',
+ 'autocomplete' => 1,
&>