X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fsvc_acct.cgi;h=fd2a32547914c1ded713ad25dba89bb96101427c;hb=4201aaaae8a957bc98ce345d3ee0e599da354766;hp=d1c61576dae9b7926297cb2d19b25dd453cb7f1b;hpb=8f42b751aebda2e7dce2c363bed6f1e15b411b1d;p=freeside.git diff --git a/httemplate/view/svc_acct.cgi b/httemplate/view/svc_acct.cgi index d1c61576d..fd2a32547 100755 --- a/httemplate/view/svc_acct.cgi +++ b/httemplate/view/svc_acct.cgi @@ -79,6 +79,12 @@ if ( $conf->exists('showpasswords') ) { print ""; $password = ''; +if ( $conf->exists('security_phrase') ) { + my $sec_phrase = $svc_acct->sec_phrase; + print 'Security phrase'. + $svc_acct->sec_phrase. ''; +} + my $svc_acct_pop = qsearchs('svc_acct_pop',{'popnum'=>$svc_acct->popnum}); print "Access number". "". $svc_acct_pop->text. '' @@ -129,6 +135,9 @@ if ($svc_acct->slipip) { print "(No SLIP/PPP account)"; } +print 'RADIUS groups'. + join('
', $svc_acct->radius_groups). ''; + print "". '
'. joblisting({'svcnum'=>$svcnum}, 1). "";