cancel
Showing results for 
Search instead for 
Did you mean: 

change password

direccionregist
Champ in-the-making
Champ in-the-making
Can the user admin change the password of the other user without know the oldpassword of de User with WebServices?

WebServiceFactory.getAdministrationService().changePassword("userName", "????", "newPassword")

sorry for mi English

thank.
2 REPLIES 2

andy
Champ on-the-rise
Champ on-the-rise
Hi

There is a set password API for the admin user. I am not sure if it is there for web service users.

Andy

rwetherall
Confirmed Champ
Confirmed Champ
Hi,

Yes the admin user can change the password without knowing the old password via the web service API.

Just pass null as the old password.

Cheers,
Roy