I want to reset the password for a user in Docuementum 5.3. It is an inline password. How do I change it. I try to change it using the DA , but it didn't work. can you help me. Thanks in advance.
Hello,
This should work with DA. You can also do it with DQL. Something like this:
update dm_user object set inline_password = 'newpassword' where user_name = 'username'
Regards.
You can also try to change the password from any WDK app's login page (e.g. DA, Webtop, etc.). If you click "More Options", "Change Password" will be a button. Are you getting any errors from DA when you try to do this?
Terence