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.
Stop Unravel.
<Unravel installation directory>/unravel/manager stop
Add users to the database.
<Unravel installation directory>/unravel/manager support users add
<username>
<password>
Change the password.
<Unravel installation directory>/unravel/manager support users set-password
<username>
<new-password>
Apply the changes.
<Unravel installation directory>/unravel/manager config apply
Start Unravel
<Unravel installation directory>/unravel/manager start