Click or drag to resize

EWebAccountServiceChangePassword Method

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

Namespace: Ignition.Crm.AccountManagement
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
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