Bug 916631 - Inconsistency in password restrictions between add-user script and adding user via installer
Summary: Inconsistency in password restrictions between add-user script and adding use...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Installer
Version: 6.1.0
Hardware: Unspecified
OS: Unspecified
unspecified
urgent
Target Milestone: ---
: ---
Assignee: Jyoti Tripathi
QA Contact:
URL:
Whiteboard:
: 900725 (view as bug list)
Depends On:
Blocks: JBPAPP6-1248
TreeView+ depends on / blocked
 
Reported: 2013-02-28 14:31 UTC by Petr Kremensky
Modified: 2013-09-04 23:52 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Type: Bug
Embargoed:


Attachments (Terms of Use)

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. ***


Note You need to log in before you can comment on or make changes to this bug.