render first_acct svc_acct._password fields are HTML password fields
authorIvan Kohler <ivan@freeside.biz>
Tue, 23 May 2017 16:27:46 +0000 (09:27 -0700)
committerIvan Kohler <ivan@freeside.biz>
Tue, 23 May 2017 16:27:46 +0000 (09:27 -0700)
httemplate/edit/cust_main/first_pkg/svc_acct.html

index 3644d62..4ffd7ea 100644 (file)
@@ -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 %>