projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca8cd9a
)
blast from the past: exclamation mark vs. cistron radius with textfiles. RT#9958
author
ivan
<ivan>
Thu, 16 Sep 2010 16:07:36 +0000
(16:07 +0000)
committer
ivan
<ivan>
Thu, 16 Sep 2010 16:07:36 +0000
(16:07 +0000)
FS/FS/svc_acct.pm
patch
|
blob
|
history
diff --git
a/FS/FS/svc_acct.pm
b/FS/FS/svc_acct.pm
index
c301bcd
..
d401e1d
100644
(file)
--- 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;