[freeside-commits] branch master updated. 2f2a2813ce2476a3e6294f601af7356091b41a63

Ivan ivan at 420.am
Tue May 23 09:27:47 PDT 2017


The branch, master has been updated
       via  2f2a2813ce2476a3e6294f601af7356091b41a63 (commit)
      from  fca522dde5a5edfc3eb78d4c58a7e6519decb5de (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 2f2a2813ce2476a3e6294f601af7356091b41a63
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Tue May 23 09:27:46 2017 -0700

    render first_acct svc_acct._password fields are HTML password fields

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 %>

-----------------------------------------------------------------------

Summary of changes:
 httemplate/edit/cust_main/first_pkg/svc_acct.html |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)




More information about the freeside-commits mailing list