NetForumAuthenticationManagerSetPassword Method

Changes the password of a customer

Definition

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

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