Hide Forgot
Description of problem: Shouldn't restrict password to 6 chars or more. Some older rhn users can have shorter passwords. Only new users should be restricted to 6 chars. Version-Release number of selected component (if applicable): How reproducible: 100% Steps to Reproduce: 1. Try to login with a password less than 6 chars 2. 3. Actual results: Fails on validation Expected results: Should try to auth Additional info:
Remove the password length requirement (should be 1 char minimum) on sign in, but not sign up.
This was caused by the forms using the same ID. Fixed by changing the ID's in the form validation code
(In reply to comment #2) Verify this bug on devenv_1677, it has been fixed now, thanks.