-
Bug
-
Resolution: Done
-
Minor
-
7.1.0.DR7
Description of problem:
add-user.sh duplicates user records in "mgmt-users.properties" file if special character is used in user name.
How reproducible:
Always
Steps to Reproduce:
- cd ${JBOSS_HOME}/bin
- ./add-user.sh -u "ádmin" -p Pes1234* -s
- ./add-user.sh -u "admín" -p Pes1234* -s
- ./add-user.sh -u "user1" -p Pes1234* -s
- ./add-user.sh -u "user2" -p Pes1234* -s
- cat ../standalone/configuration/mgmt-users.properties
Actual results:
... ádmin=add08a6a96a2470830558e37e7cf5894 admín=6702e36900191d0a5438075e9298c950 ádmin=add08a6a96a2470830558e37e7cf5894 admín=6702e36900191d0a5438075e9298c950 ádmin=add08a6a96a2470830558e37e7cf5894 user1=f111b15c70bc1db3637e0b1dc6848b74 admín=6702e36900191d0a5438075e9298c950 user2=6671636ed99ff984187cd70a159df9af ádmin=add08a6a96a2470830558e37e7cf5894 ...
- is cloned by
-
WFCORE-3087 add-user.sh duplicates user records in "mgmt-users.properties" file if special character is used in user name
- Resolved
- is incorporated by
-
JBEAP-11931 (7.1.0) Upgrade to WildFly Core to 3.0.0.Beta30
- Closed
- relates to
-
JBEAP-12280 Mention the characters that are allowed in a username in the section on the add-user.sh script in the Configuration Guide
- Closed