How can I reset a password in SilkCentral Test Manager using an Update Query?

0 Likes

Problem:

How can I reset a password in SilkCentral Test Manager using an Update Query?

Resolution:

You can reset a password by running an update query on the SCC_Users table.

Open a database tool such as Enterprise Manager and run the following query on the SCC_Users table:

UPDATE SCC_Users
SET Password = "pSjKfoD88is"
WHERE (Login = "username")

This will reset the user"s password to "password".

Note: This solution will not work for LDAP passwords
.

Old KB# 29869
Comment List
Related
Recommended