cancel
Showing results for 
Search instead for 
Did you mean: 

Reset Disclosure Management admin password

ganimede_dignan
Contributor
0 Kudos

Hi,

a nice consultant has changed Admin password of our DM 10.1 demo system and, of course, he hasn't send us the new password. I haven't any other user account to change it.

How can I reset admin password?

Thank you.

Regards.

ganimede_dignan
Contributor
0 Kudos

Hi,

thank you so much... but it doesn't work... the update was commited but I can't login. Mybe the coding of password depends on hw, os, release, etc.

Marc_Kuipers
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello

No, this should work, regardless of version etc.

Maybe you tried so many times with a wrong password, that the user has been made inactive

Please try the following:

update security.users set IsActive='true' where login ='Admin';

update security.users set password='/fRdD/EnzjCZPOhV1G0N/A==' wherelogin ='Admin';


Marc

ganimede_dignan
Contributor
0 Kudos

You Are Right!!!

Thank you so much!!!

Accepted Solutions (0)

Answers (0)