From: Ivan Kohler Date: Tue, 23 May 2017 16:47:51 +0000 (-0700) Subject: don't echo back a password in the error message X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=db4224c7e058492c8e32a39d5b6dd3c3ebe01955 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 a86db9c0a..58070e7ed 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 ) {