ChangeUserPassword
This method assigns password to the user who is running the configuration service.
Synopsis
void ChangePassword(String userName, @secret String currentPassword, @secret String newPassword)
ChangePassword has
the following parameters:
Parameter | Description |
---|---|
userName | User for whom the password should be changed. Currently, this parameter is not taken into account and the password is changed only for the SRM user. |
currentPassword | Current user password. |
newPassword | New user password. |
Faults
- ChangePasswordFault
- RuntimeFault
For more information about the faults, see Faults in Site Recovery Manager Appliance Management API.