[freeside-commits] branch master updated. ffbb66f856373807aeed3f26ea42fd3ee6f3e497
Ivan
ivan at 420.am
Tue May 23 09:47:49 PDT 2017
The branch, master has been updated
via ffbb66f856373807aeed3f26ea42fd3ee6f3e497 (commit)
from 2f2a2813ce2476a3e6294f601af7356091b41a63 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit ffbb66f856373807aeed3f26ea42fd3ee6f3e497
Author: Ivan Kohler <ivan at freeside.biz>
Date: Tue May 23 09:47:48 2017 -0700
don't echo back a password in the error message
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 ) {
-----------------------------------------------------------------------
Summary of changes:
FS/FS/svc_acct.pm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
More information about the freeside-commits
mailing list