Change Your Password

Applies to TestEngine 1.30, last modified on March 19, 2024

To change your own password, you can either use the web interface of TestEngine or send a request to the TestEngine API using curl, ReadyAPI, or any other similar tool.

Using API

Use the following operation:

PUT  http://<testengine-host>:8080/api/v1/users/{username}

Authentication

Basic authentication by a TestEngine user.
Note: As a non-admin user, you will be able to change only your own password.

Headers

Content-Type: application/json

Body

A JSON body that specifies the new password:

{
  "password" : "string"
}

See details on SwaggerHub.

Example

Using Web UI

  1. Open the user menu and select Change password:

    Change user password: User menu

    Click the image to enlarge it.

    – or –

    Go to the account settings page:

    http://<testengine-host>:<port>/account

    For example, if TestEngine is installed on your local machine and you run it on the default port, use the following link:

  2. On the Account page, enter the current and new passwords, confirm the new password, and click Save Changes:

    Change user password: Enter the current and new passwords

    Click the image to enlarge it.

    Tip: Click to reveal the password.

See Also

Manage Users

Highlight search results