Open in ClaudeOpen in ChatGPT

Admin Password Reset

You can reset the password of the “admin” user directly in the application database if it is no longer known.

Important This article applies only to Valsight On-Premise. For Cloud installations, contact support.

Stop the Valsight instance before accessing the database.

To reset the password of user “admin” back to “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?