X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fsvc_acct.pm;h=2bbbdcbb740def3d9d55704707395a47e2742bbb;hb=e9af247503b619f0c61a3ba14481bc76752bdd8b;hp=e2ac186391867d6ff593fa53be77964705ab3436;hpb=78f11947cf539b3e258e7a7804c13dcd2a2f1160;p=freeside.git diff --git a/FS/FS/svc_acct.pm b/FS/FS/svc_acct.pm index e2ac18639..2bbbdcbb7 100644 --- a/FS/FS/svc_acct.pm +++ b/FS/FS/svc_acct.pm @@ -787,7 +787,7 @@ sub check { $recref->{_password} = '!!'; } else { #return "Illegal password"; - return gettext('illegal_password'). "$passwordmin-$passwordmax". + return gettext('illegal_password'). " $passwordmin-$passwordmax ". FS::Msgcat::_gettext('illegal_password_characters'). ": ". $recref->{_password}; }