X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fsvc_acct.pm;h=a43f97ab5c70bbceecdd723e9f6b9d296fd301ee;hp=17ae41583fe777ce1669188a38678fef9ef85af7;hb=97646ed2e0ad524f959f9dc2632fa2fea25f5010;hpb=ee1a01a4d001bf993b9cce54e59f119db20e49f0 diff --git a/FS/FS/svc_acct.pm b/FS/FS/svc_acct.pm index 17ae41583..a43f97ab5 100644 --- a/FS/FS/svc_acct.pm +++ b/FS/FS/svc_acct.pm @@ -676,7 +676,9 @@ sub check { $recref->{_password} = '!!'; } else { #return "Illegal password"; - return gettext('illegal_password'). ": ". $recref->{_password}; + return gettext('illegal_password'). "$passwordmin-$passwordmax". + FS::Msgcat::_gettext('illegal_password_characters'). + ": ". $recref->{_password}; } ''; #no error