summaryrefslogtreecommitdiff
path: root/FS/FS/svc_acct.pm
diff options
context:
space:
mode:
authorivan <ivan>2008-07-18 22:29:09 +0000
committerivan <ivan>2008-07-18 22:29:09 +0000
commit083d1fef19686b9b72f1b92e72a4fa56a3f392a9 (patch)
tree09890f80e4b3854e275ebed6375b96124e81f9d0 /FS/FS/svc_acct.pm
parenta7f1c52780340da144f8eab67a8fef8170641963 (diff)
some random cleanups
Diffstat (limited to 'FS/FS/svc_acct.pm')
-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 3e3ecb5bd..84f52e813 100644
--- a/FS/FS/svc_acct.pm
+++ b/FS/FS/svc_acct.pm
@@ -1140,7 +1140,7 @@ sub check {
$recref->{_password} = $1.$2;
} else {
- return 'Illegal (crypt-encoded) password';
+ return 'Illegal (crypt-encoded) password: '. $recref->{_password};
}
} elsif ( $recref->{_password_encoding} eq 'plain' ) {