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. Stop Unravel.

    <Unravel installation directory>/unravel/manager stop
    
  2. Add users to the database.

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

    <Unravel installation directory>/unravel/manager support users set-password <username> <new-password>
  4. Apply the changes.

    <Unravel installation directory>/unravel/manager config apply
    
  5. Start Unravel

    <Unravel installation directory>/unravel/manager start