X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fsvc_acct.pm;h=58070e7edfeed259b011040f420abd09c7d94269;hb=60379ff3215e4bfe644c4777e8156195133d9c49;hp=a86db9c0a1e39c1c385870ff0ca36f10f29e45b2;hpb=db1221a82f407c9ebc782ff03e9cf61115eef8cb;p=freeside.git 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 ) {