Skip to main content
Skip table of contents

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';
 
 
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.