NetForumAuthenticationManagerAuthenticateCustomer(String, String) Method

Validates a customer's password, identified by their web login

Definition

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

Parameters

webLogin  String
Web login of the customer
password  String
Password to validate

Return Value

Boolean
Whether the customer was successfully authenticated

See Also