Reset Password


(I). Via Downloadable package


Prerequisite

  1. Download the testsigma_opensource latest build click here
  2. Run nginx server
  3. Run testsigma server
  4. Register with username and password

If you want to reset the password follow the steps below:

  1. Stop all the servers currently running.(i.e, nginx and testsigma server)
  2. Navigate to testsigma server folder from downloads
  3. Go to authentication properties
  4. And Change the password (authentication.form.password = type your new password)
  5. Save the file
  6. Start the nginx
  7. Testsigma servers and login with new credentials.

If you want to reset the username :

  1. Stop all the servers currently running.(i.e, nginx and testsigma server)
  2. Navigate to testsigma server folder from downloads
  3. Go to authentication properties
  4. Change the username (authentication.form.username = enter new user name)
  5. Save the file

(II). Downloaded Via Docker


Prerequisite

  1. Download the docker click here
  2. Register with username and password

If you want to reset the password follow the steps below:

  1. Go to docker the folder
  2. Go to the ts-data folder
  3. Edit the Authentication properties file
  4. Change the password (authentication.form.password = type your new password)
  5. Save the file

If you want to reset the username :

  1. Go to docker the folder
  2. Go to the ts-data folder
  3. Edit the Authentication properties file
  4. change the username (authentication.form.username = enter new user name)
  5. Save the file