From: ivan Date: Thu, 16 Sep 2010 16:07:37 +0000 (+0000) Subject: blast from the past: exclamation mark vs. cistron radius with textfiles. RT#9958 X-Git-Tag: freeside_1_9_5~24 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=f8e84775eb3c02806274d1f47f0c526d3faf42c0;p=freeside.git blast from the past: exclamation mark vs. cistron radius with textfiles. RT#9958 --- diff --git a/FS/FS/svc_acct.pm b/FS/FS/svc_acct.pm index c301bcd87..d401e1dee 100644 --- a/FS/FS/svc_acct.pm +++ b/FS/FS/svc_acct.pm @@ -101,7 +101,7 @@ FS::UID->install_callback( sub { ); @saltset = ( 'a'..'z' , 'A'..'Z' , '0'..'9' , '.' , '/' ); -@pw_set = ( 'a'..'z', 'A'..'Z', '0'..'9', '(', ')', '#', '!', '.', ',' ); +@pw_set = ( 'a'..'z', 'A'..'Z', '0'..'9', '(', ')', '#', '.', ',' ); sub _cache { my $self = shift;