Click or drag to resize
UsersChangePassword Method (Guid, String)
Updates a user's password.

Namespace: ConnectedApps.Cms.Sdk.Data
Assembly: ConnectedApps.Cms.Sdk.Data (in ConnectedApps.Cms.Sdk.Data.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void ChangePassword(
	Guid userId,
	string newPassword
)

Parameters

userId
Type: SystemGuid
The unique identifier of the user.
newPassword
Type: SystemString
The new password.
See Also