summaryrefslogtreecommitdiff
path: root/httemplate/edit
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2017-05-23 09:27:46 -0700
committerIvan Kohler <ivan@freeside.biz>2017-05-23 09:27:46 -0700
commit2f2a2813ce2476a3e6294f601af7356091b41a63 (patch)
treec7628fa9ff1b2bc385a554ca9902a7727997ccd0 /httemplate/edit
parentfca522dde5a5edfc3eb78d4c58a7e6519decb5de (diff)
render first_acct svc_acct._password fields are HTML password fields
Diffstat (limited to 'httemplate/edit')
-rw-r--r--httemplate/edit/cust_main/first_pkg/svc_acct.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/edit/cust_main/first_pkg/svc_acct.html b/httemplate/edit/cust_main/first_pkg/svc_acct.html
index 3644d62..4ffd7ea 100644
--- a/httemplate/edit/cust_main/first_pkg/svc_acct.html
+++ b/httemplate/edit/cust_main/first_pkg/svc_acct.html
@@ -24,7 +24,7 @@
<TR>
<TH ALIGN="right"><% mt('Password') |h %></TD>
<TD>
- <INPUT TYPE = "text"
+ <INPUT TYPE = "password"
NAME = "_password"
VALUE = "<% $opt{'password'} |h %>"
SIZE = <% $pmax2 %>
@@ -39,7 +39,7 @@
<TR>
<TH ALIGN="right"><% mt('Re-enter Password') |h %></TD>
<TD>
- <INPUT TYPE = "text"
+ <INPUT TYPE = "password"
NAME = "_password2"
VALUE = "<% $opt{'password2'} |h %>"
SIZE = <% $pmax2 %>