diff options
Diffstat (limited to 'httemplate/edit/cust_main/first_pkg/svc_acct.html')
-rw-r--r-- | httemplate/edit/cust_main/first_pkg/svc_acct.html | 4 |
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 3644d62f9..4ffd7ea56 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 %> |