From: ivan Date: Thu, 19 May 2005 11:05:21 +0000 (+0000) Subject: ! or !! also X-Git-Tag: SQL_LEDGER_2_4_4~1^2~284 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=477cd9f54b609a7a2a94b25544e1e8eb5dda1b67;p=freeside.git ! or !! also --- diff --git a/FS/FS/svc_acct.pm b/FS/FS/svc_acct.pm index c9af56ac2..6e4213d02 100644 --- a/FS/FS/svc_acct.pm +++ b/FS/FS/svc_acct.pm @@ -1322,7 +1322,7 @@ sub crypt_password { #eventually should check a "password-encoding" field if ( length($self->_password) == 13 || $self->_password =~ /^\$(1|2a?)\$/ - || $self->_password =~ /^(\*|NP|\*LK\*)$/ + || $self->_password =~ /^(\*|NP|\*LK\*|!!?)$/ ) { $self->_password;