[freeside-commits] branch FREESIDE_3_BRANCH updated. db4224c7e058492c8e32a39d5b6dd3c3ebe01955

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


The branch, FREESIDE_3_BRANCH has been updated
       via  db4224c7e058492c8e32a39d5b6dd3c3ebe01955 (commit)
      from  35e48065dcbf51d721043b27ce54307e5a3bdae7 (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 db4224c7e058492c8e32a39d5b6dd3c3ebe01955
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Tue May 23 09:47:51 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 a86db9c..58070e7 100644
--- a/FS/FS/svc_acct.pm
+++ b/FS/FS/svc_acct.pm
@@ -1413,8 +1413,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