Skip to Content
0
Former Member
Nov 23, 2005 at 11:15 AM

Change user password

66 Views

Hi all,

Is possible to change password of current user?

I read password with this code:

IWDClientUser wdUser = WDClientUser.getCurrentUser();

IUser user = wdUser.getSAPUser();

IUserAccount[] IUA = user.getUserAccounts();

String password = IUA[0].getHashedPassword();

but I don't find method to set new password...

Thanks

Andrea