Click or drag to resize

NetForumAuthenticationManagerSetPassword Method

Changes the password of a customer

Namespace: Ignition.Crm.AccountManagement
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public void SetPassword(
	ICustomer customer,
	string password
)

Parameters

customer  ICustomer
The customer whose password is to be changed
password  String
The new password to assign to the customer
Exceptions
ExceptionCondition
IgnitionUserInputException The password provided did not meet the password complexity requirements defined in netFORUM, either because it did not meet one or more of the requirements defined in netFORUM, which are also available via GetPasswordRequirements.
See Also