Web username credentials

I just completed a bare metal installation and changed the root user accounts password using the CLI on the server. However, when I login using the web browser, it does not recognize the ‘root’ user or the default or changed password and will not let me login. I assumed they were one and the same. Any thoughts? Thanks.

hi duanee,
thanks for using the forum. Just to be clear:
1- You modified the ssh password, not the webgui password,right?
2- You can log in the SBC via ssh, but not the webgui, correct?
3- If both 1 and 2 are true, the default password for the webgui should work.
If not, you can always reset it back to default by below procedure:
ssh to the SBC host:
mysql -utbdb -ptbdbpw
use toolpack_3_0
UPDATE users SET pass=‘dc76e9f0c0006e8f919e0c515c66dbba3982f785’ WHERE name=‘root’;