From: jeff Date: Thu, 27 Sep 2007 21:25:19 +0000 (+0000) Subject: hide fixed passwords X-Git-Tag: freeside_1_7_3rc1~324 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=f35655ae23a80ced7363e6411bcacd5136aafeb8;p=freeside.git hide fixed passwords --- diff --git a/httemplate/edit/svc_acct.cgi b/httemplate/edit/svc_acct.cgi index d4adbc9e5..f9c407472 100755 --- a/httemplate/edit/svc_acct.cgi +++ b/httemplate/edit/svc_acct.cgi @@ -161,6 +161,7 @@ Service # <% $svcnum ? "$svcnum" : " (NEW)" %>
+%if ( $part_svc->part_svc_column('_password')->columnflag ne 'F' ) { Password @@ -168,9 +169,13 @@ Service # <% $svcnum ? "$svcnum" : " (NEW)" %>
(blank to generate) +%}else{ + +%} % %my $sec_phrase = $svc_acct->sec_phrase; -%if ( $conf->exists('security_phrase') ) { +%if ( $conf->exists('security_phrase') +% && $part_svc->part_svc_column('sec_phrase')->columnflag ne 'F' ) { %