NetForumAuthenticationManagerAuthenticateCustomer(Int32, String) Method

Validates a customer's password, identified by their record number

Definition

Namespace: Ignition.Crm.AccountManagement
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public bool AuthenticateCustomer(
	int recordNumber,
	string password
)

Parameters

recordNumber  Int32
Record number of the customer
password  String
Password to validate

Return Value

Boolean
Whether the customer was successfully authenticated

See Also