ChangeVaultAccountPassword Method
Changes the user's password. Now requires the old password to be specified.
Required Permissions
UserUpdateSyntax
public void ChangeVaultAccountPassword(
System.long userId,
System.string oldpassword,
System.string newpassword
)Public Sub ChangeVaultAccountPassword( _
ByVal userId As System.Long, _
ByVal oldpassword As System.String, _
ByVal newpassword As System.String _
) Parameters
| Name | Description |
|---|---|
| userId | The user Id. |
| oldpassword | The current password for the user. |
| newpassword | The new password for the user. |
Remarks
Replace for UpdatePassword.