Created
September 18, 2013 10:22
-
-
Save kabir/6607226 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $./build/target/wildfly-8.0.0.Beta1-SNAPSHOT/bin/add-user.sh | |
| What type of user do you wish to add? | |
| a) Management User (mgmt-users.properties) | |
| b) Application User (application-users.properties) | |
| (a): | |
| Enter the details of the new user to add. | |
| Using realm 'ManagementRealm' as discovered from the existing property files. | |
| Username : monitor | |
| Password requirements are listed below. To modify these restrictions edit the add-user.properties configuration file. | |
| Password : | |
| JBAS015264: Password is not strong enough, it is 'VERY_WEAK'. It should be at least 'MODERATE'. | |
| Are you sure you want to set password 'test' yes/no? yes <<<<<<<<<<<<<<<<<!!! | |
| Re-enter Password : |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment