Hi @KLM ,
-
login to MySQL on Storware Backup & Recovery server host
mysql -uroot -p vprotect -
find GUID of the admin account, by default, it is '1'
MariaDB [vprotect]> select * from appuser where login = 'admin'\G -
update the password for this user, this should reset it to “vPr0tect”
update appuser set PASSWORD = "$2a$07$l5ucy8fi8iMXuVvjBtFWh.24qBF1nBYpW0HbQg6uDY23attku2pDa" where GUID = "1";