How to retrieve the admin user id and password of Jazz team server . I installed in the previous month and now has no info of it
Accepted answer
I just made it in a local server using Libert profile as webserver.
To re-enable the default ADMIN access:
1. Stop the Jazz Team Server
2. Go to <server_install_dir>\server\conf\jts directory
3. Edit the file: teamserver.properties
4. Change the property:
com.ibm.team.repository.ws.allow.admin.access=false
to:
com.ibm.team.repository.ws.allow.admin.access=true
5. Save the change
Under <server_install_dir>\server\liberty\servers\clm\conf directory, look for a file named basicUserRegistry.xml, and edit the file, then insert the ADMIN user on JazzAdmins group and save.
<group name="JazzAdmins">
<member name="ADMIN"/>
<member name="ADMIN"/>
Start the CLM server and login using your ADMIN acount. (ADMIN/ADMIN)
2 other answers
by default ADMIN/ADMIN is the user password. It often gets disabled during setup and you essentially creates your own admin user and corresponding password. You no longer should be able to login using ADMIN as it is disabled. I would advice you to work with support to recover the admin user id which you created during setup.