[freeside-commits] branch FREESIDE_4_BRANCH updated. 3a4d1a105cfb6449b0f66ca26339be3e83821676

Ivan ivan at 420.am
Tue May 23 09:47:51 PDT 2017


The branch, FREESIDE_4_BRANCH has been updated
       via  3a4d1a105cfb6449b0f66ca26339be3e83821676 (commit)
      from  30e308c8545337fd2764e5ef1a39c05ee577a79b (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 3a4d1a105cfb6449b0f66ca26339be3e83821676
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Tue May 23 09:47:50 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