From: ivan Date: Thu, 6 Nov 2008 04:18:22 +0000 (+0000) Subject: . is used in some implementations of classic crypt X-Git-Tag: root_of_webpay_support~266 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=ca28df64e6ca903804a9de96f686c5b3daa1c1ee . is used in some implementations of classic crypt --- diff --git a/FS/FS/svc_acct.pm b/FS/FS/svc_acct.pm index 9d8de785d..d606919dd 100644 --- a/FS/FS/svc_acct.pm +++ b/FS/FS/svc_acct.pm @@ -1134,7 +1134,7 @@ sub check { if ( $recref->{_password} =~ #/^(\$\w+\$.*|[\w\+\/]{13}|_[\w\+\/]{19}|\*)$/ - /^(!!?)?(\$\w+\$.*|[\w\+\/]{13}|_[\w\+\/]{19}|\*)$/ + /^(!!?)?(\$\w+\$.*|[\w\+\/\.]{13}|_[\w\+\/\.]{19}|\*)$/ ) { $recref->{_password} = $1.$2;