We've a login form and our minimum password length is 8 chars. So when a user types anything less than 8, we validate the length via javascript and let the user know that the minimum password length is 8 chars.
However i believe this is a bit of sensitive information and for all i know i might be saving a few weeks for a hacker by exposing my minimum length password constraint.
Please let me know if this is advisable or is it good not to give away the minimum length.