summaryrefslogtreecommitdiff
path: root/FS/FS/svc_acct.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2017-05-23 09:47:50 -0700
committerIvan Kohler <ivan@freeside.biz>2017-05-23 09:47:50 -0700
commit3a4d1a105cfb6449b0f66ca26339be3e83821676 (patch)
treedfd8db5bb66055e84e7c3b5e0ff629bd83eae6f1 /FS/FS/svc_acct.pm
parent30e308c8545337fd2764e5ef1a39c05ee577a79b (diff)
don't echo back a password in the error message
Diffstat (limited to 'FS/FS/svc_acct.pm')
-rw-r--r--FS/FS/svc_acct.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/FS/FS/svc_acct.pm b/FS/FS/svc_acct.pm
index b659b01..0894980 100644
--- a/FS/FS/svc_acct.pm
+++ b/FS/FS/svc_acct.pm
@@ -1323,8 +1323,7 @@ sub check {
$recref->{_password} = $1;
} else {
return gettext('illegal_password'). " $passwordmin-$passwordmax ".
- FS::Msgcat::_gettext('illegal_password_characters').
- ": ". $recref->{_password};
+ FS::Msgcat::_gettext('illegal_password_characters');
}
if ( $password_noampersand ) {