EWebAccountServiceChangePassword Method

Changes the password of a user, without checking against their old password

Definition

Namespace: Ignition.Crm.AccountManagement
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public bool ChangePassword(
	ICustomer user,
	string newPassword
)

Parameters

user  ICustomer
The user whose password is to be changed
newPassword  String
The new password to assign to the user

Return Value

Boolean

See Also