X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fsvc_acct.pm;h=a22ecdf5e076bc9a5fa11ed9f4389ffee37b948c;hb=0c6ad8b79dc68d779adf04256bb616f78d556505;hp=0e0c885419029cb2aceb0b7c80cd874a3f991cc8;hpb=4d23190fe52f0c3c5071c806187a524ecfa52cdd;p=freeside.git diff --git a/FS/FS/svc_acct.pm b/FS/FS/svc_acct.pm index 0e0c88541..a22ecdf5e 100644 --- a/FS/FS/svc_acct.pm +++ b/FS/FS/svc_acct.pm @@ -479,6 +479,8 @@ sub check { $recref->{_password} = $1.$3; } elsif ( $recref->{_password} eq '*' ) { $recref->{_password} = '*'; + } elsif ( $recref->{_password} eq '!!' ) { + $recref->{_password} = '!!'; } else { return "Illegal password"; } @@ -542,7 +544,7 @@ sub radius_check { =head1 VERSION -$Id: svc_acct.pm,v 1.17 2001-06-03 12:36:10 ivan Exp $ +$Id: svc_acct.pm,v 1.18 2001-07-30 06:28:45 ivan Exp $ =head1 BUGS