summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2010-09-16 16:07:37 +0000
committerivan <ivan>2010-09-16 16:07:37 +0000
commitf8e84775eb3c02806274d1f47f0c526d3faf42c0 (patch)
treeb554d63b396e6f4aa1ec126b3677333a2991cd37
parent51f243befb6df099e3faee8aaac3a9ce39741652 (diff)
blast from the past: exclamation mark vs. cistron radius with textfiles. RT#9958
-rw-r--r--FS/FS/svc_acct.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/svc_acct.pm b/FS/FS/svc_acct.pm
index c301bcd..d401e1d 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;