Concept Updated November 8, 2017

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.

update app_user set local_password = '$2a$10$rTYJoj06.Fa16rLNDOkNouLvI2ovzjjyJ2EarynXsWyVF.HP0XQ7y' where username = 'admin';
 
 
Was this page helpful?