X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fview%2Fsvc_acct.cgi;h=496dab366e4c7bbb59ff08bd93b3fd1e5e8fd337;hp=d1c61576dae9b7926297cb2d19b25dd453cb7f1b;hb=87af741da0dd5f6a76bbb566b4d6c54cd5b15315;hpb=8f42b751aebda2e7dce2c363bed6f1e15b411b1d diff --git a/httemplate/view/svc_acct.cgi b/httemplate/view/svc_acct.cgi index d1c61576d..496dab366 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). "";