-
Bug
-
Resolution: Done
-
Major
-
26.0.0.Final, 26.0.1.Final
-
None
The quickstart instruction for adding a management user is:
$ {jbossHomeName}/bin/add-user.sh -a -u 'quickstartAdmin' -p 'adminPwd1!'
This is incorrect because the '-a' should not be included. That results in the user being added as an application user, not management.