Changing Administrator Credentials

The administrator's password is set during account creation. You can always change the password for your own account. Depending on privileges, you may be authorized to change the password of another administrator as well.

Using the Service Web UI

  1. Open the navigation menu and click Users.

  2. Click the administrator account for which you want to change the password. The user detail page is displayed.

    Alternatively, to display your own user detail page, click your name in the top-right corner of the page and select My Profile.

  3. Click Change Password to open the Change Password window.

  4. Enter the new account password. Enter it a second time for confirmation. Click Save Changes to apply the new password.

Using the Service CLI

  1. Display the list of administrator accounts. Copy the ID of the account for which you want to change the password.

    PCA-ADMIN> list User
    Command: list User
    Status: Success
    Time: 2021-08-25 09:22:01,064 UTC
    Data:
      id                                     name
      --                                     ----
      401fce73-5bee-48b1-b86d-fba1d85e049b   admin
      682ebc19-8493-4e9a-817c-148acea4b1d4   testadmin
  2. Set a new password for the selected administrator account using the changePassword command.

    PCA-ADMIN> changePassword id=682ebc19-8493-4e9a-817c-148acea4b1d4 password=************ confirmPassword=************
    Command: changePassword id=682ebc19-8493-4e9a-817c-148acea4b1d4 password=***** confirmPassword=*****
    Status: Success
    Time: 2021-08-25 09:22:55,188 UTC
    JobId: 35710cd9-26ac-4be9-8b73-c4cf634cc121