projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9f6fd0
)
! or !! also
author
ivan
<ivan>
Thu, 19 May 2005 11:05:21 +0000
(11:05 +0000)
committer
ivan
<ivan>
Thu, 19 May 2005 11:05:21 +0000
(11:05 +0000)
FS/FS/svc_acct.pm
patch
|
blob
|
history
diff --git
a/FS/FS/svc_acct.pm
b/FS/FS/svc_acct.pm
index
c9af56a
..
6e4213d
100644
(file)
--- 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;