Bug 806939

Summary: Shouldn't restrict password to 6 chars or more
Product: OKD Reporter: Dan McPherson <dmcphers>
Component: WebsiteAssignee: Fotios Lindiakos <fotios>
Status: CLOSED CURRENTRELEASE QA Contact: libra bugs <libra-bugs>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 2.xCC: ccoleman, jkeck, yujzhang
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: rhc-site-0.89.7 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-04-13 18:35:13 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Dan McPherson 2012-03-26 14:43:51 UTC
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:

Comment 1 Clayton Coleman 2012-03-26 15:26:35 UTC
Remove the password length requirement (should be 1 char minimum) on sign in, but not sign up.

Comment 2 Fotios Lindiakos 2012-03-27 14:11:47 UTC
This was caused by the forms using the same ID. Fixed by changing the ID's in the form validation code

Comment 3 Yujie Zhang 2012-03-28 08:11:58 UTC
(In reply to comment #2)
Verify this bug on devenv_1677, it has been fixed now, thanks.