[freeside-commits] freeside/FS/FS svc_acct.pm,1.301,1.302

Ivan,,, ivan at wavetail.420.am
Thu Sep 16 09:07:39 PDT 2010


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv25832

Modified Files:
	svc_acct.pm 
Log Message:
blast from the past: exclamation mark vs. cistron radius with textfiles.  RT#9958

Index: svc_acct.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/svc_acct.pm,v
retrieving revision 1.301
retrieving revision 1.302
diff -u -w -d -r1.301 -r1.302
--- svc_acct.pm	7 Aug 2010 10:11:42 -0000	1.301
+++ svc_acct.pm	16 Sep 2010 16:07:36 -0000	1.302
@@ -101,7 +101,7 @@
 );
 
 @saltset = ( 'a'..'z' , 'A'..'Z' , '0'..'9' , '.' , '/' );
- at pw_set = ( 'a'..'z', 'A'..'Z', '0'..'9', '(', ')', '#', '!', '.', ',' );
+ at pw_set = ( 'a'..'z', 'A'..'Z', '0'..'9', '(', ')', '#', '.', ',' );
 
 sub _cache {
   my $self = shift;



More information about the freeside-commits mailing list