Home

Changing Unravel admin's password

Unravel admins can add users to the database and change the password.

Note

The following method of changing passwords is applicable only for the Open-mode protocol.

  1. Ensure that Unravel is up and running. If not, run the following steps to start Unravel.

    <Unravel installation directory>/unravel/manager start
    
  2. Report status of Unravel services.

    <Unravel installation directory>/unravel/manager report
  3. Add users to the database.

    <Unravel installation directory>/unravel/manager support users add <username> <password>
    
  4. Change the password.

    <Unravel installation directory>/unravel/manager support users set-password <username> <new-password>