]
RH Bugzilla Integration commented on WFLY-3508:
-----------------------------------------------
Paul Gier <pgier(a)redhat.com> changed the Status of [bug
add-user.sh exits with status code 0 when password complexity fails
--------------------------------------------------------------------
Key: WFLY-3508
URL:
https://issues.jboss.org/browse/WFLY-3508
Project: WildFly
Issue Type: Bug
Components: Domain Management
Affects Versions: 8.1.0.Final
Reporter: Chao Wang
Assignee: Chao Wang
Priority: Minor
Fix For: 9.0.0.Alpha1
Description from Bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1104730
{noformat}
add-user.sh exists with status code 0 when the password complexity check fails. This
should exit with status code 1 instead.
Version-Release number of selected component (if applicable):
6.2.0
How reproducible:
./add-user.sh -u derp -p 1234; echo $?
Actual results:
0
Expected results:
1
{noformat}