Bug 916631

Summary: Inconsistency in password restrictions between add-user script and adding user via installer
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Petr Kremensky <pkremens>
Component: InstallerAssignee: Jyoti Tripathi <jtripath>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: urgent Docs Contact:
Priority: unspecified    
Version: 6.1.0CC: dcheung, jtripath, tkirby
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 900727    

Description Petr Kremensky 2013-02-28 14:31:06 UTC
I am able to use following combinations of user/password while using installer:
 - foo/foo
 - user/a

however add-user script is more restrictive:
 - foo/foo:
  * Error * 
JBAS015238: Username must not match the password.

 - user/a
 * Error * 
JBAS015269: Password must have at least '8' characters!

 - user/aaaaaaaa
 * Error * 
JBAS015266: Password must have at least one digit.

 - user/aaaaaaa1
 * Error * 
JBAS015267: Password must have at least one non-alphanumeric symbol.

There should be some consistency between adding user via installer and adding user via add-user script.
There is already task created for this issue see BZ900725

Comment 2 Petr Kremensky 2013-03-01 07:41:58 UTC
This is fixed with new version of installer for EAP 6.1.0.ER1

Comment 4 Jyoti Tripathi 2013-03-25 13:45:51 UTC
*** Bug 900725 has been marked as a duplicate of this bug. ***