Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

After installing the Web Application Platform, you may need to create and setup configure the Administrator user password.

Warning
titleImportant

It is recommended to set up and use the default Administrator user. However, you can also create a new user in the Users application of Teamwork Cloud Admin.


To set up or change the Administrator user

...

Edit the values in the file as shown below:

Code Block
# Specify the user name and password of the Administrator user user.
twc.admin.username=<admin_username>
twc.admin.password=<admin_password>

...

password

...

  1. Open the Users application and select the Administrator user.
    Note

    If you previously used Teamwork Cloud with a custom Administrator password and have only recently installed Web Application Platform, skip this step and proceed to step 5

  2. In the User pane, click Image Added and select Change password.

    Image Added

  3. In the Change password pane, enter the current Administrator password, then enter and confirm the new password in the appropriate boxes.
  4. Click Image Added.
  5. Use the console of the machine where the server is deployed to open the <install_root>/WebAppPlatform/shared/conf/webappplatform.properties file.
  6. Change the twc.admin.password property value to the same password you set in the Users application.
  7. Restart Web Application Platform (webapp service)

...

  1. .