The page describes resetting password for the "admin" account to value "admin" (without quotes) if the original one is forgotten.
Prerequisite:
Access to Dispatcher Paragon database with db_datareader and db_datawriter privileges.
Steps:
Run the following SQL queries on the SQDB6 database
UPDATEtenant_1.usersSETpass ='$2a$06$sGcK/lmNNPJ8C8xe6pgBSek1BFsDCrcjBaqdhlJ6JZB0/GDNbZyge'WHERElogin ='admin'ANDflag = 1;UPDATEcluster_mngmt.usersSETpass ='$2a$06$sGcK/lmNNPJ8C8xe6pgBSek1BFsDCrcjBaqdhlJ6JZB0/GDNbZyge'WHERElogin ='admin';
In multi-tenant environment the query should be launched on a tenant where you need to reset the password, e.g. tenant_2.