[jboss-jira] [JBoss JIRA] (WFLY-3508) add-user.sh exits with status code 0 when password complexity fails

Chao Wang (JIRA) issues at jboss.org
Tue Jun 17 02:54:24 EDT 2014


Chao Wang created WFLY-3508:
-------------------------------

             Summary:  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
      Security Level: Public (Everyone can see)
          Components: Domain Management
    Affects Versions: 8.1.0.Final
            Reporter: Chao Wang
            Assignee: Chao Wang
            Priority: Minor


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}



--
This message was sent by Atlassian JIRA
(v6.2.6#6264)


More information about the jboss-jira mailing list