get the password of registered user

Hi,

I am very new developer in wm. I want to get information about, how can I get the password of a user registered through My webMethods administrator.

Ple help me to do this.

Regards,

Joby Joseph

the password are stored in hashed form, won’t be easily decrypted (that’s the point of hashing). You can only reset them, then you will know the new password

Hi tongwang;

Thank you for your time to read my message and for the reply. I wan to change the password of a user from my application. Is there any way to do it? any methods in IProvider?

Regards,

Joby Joseph

Hi tongwang;
Can you please give an idea, how can I reset the password through my application?

Thanks in advance
Regards,

Joby Joseph

Well, it’s depending where the user is stored.

  • If it’s a locally defined user, use the IS admin console.
  • If it’s in the central directory … use MWS
  • If it’s in your compagny LDAP … check your LDAP administrator.

In any cases, you need admin access to the corresponding component.

Bye

Laurent

Hi laurent faillie,

Thanks for your reply.
I am storing it in my local machine. I am adding the user through the MWS administrtor. But I need to change the user password through my application. I am searching for a solution to do this. any way to do this?

Thanks in advance

Regards,

Joby Joseph