Admin Password Reset
ON PREMISE This article applies only to Valsight On-Premise. Contact support for Cloud installations.
Stop the Valsight Instance before accessing the database.
To reset the password of user "admin" to password "admin", run the following SQL command on the application's database.
Password Reset
SQL
update app_user set local_password = '$2a$10$rTYJoj06.Fa16rLNDOkNouLvI2ovzjjyJ2EarynXsWyVF.HP0XQ7y' where username = 'admin';