NetForumAuthenticationManagerAuthenticateBackendUser Method

Attempts to authenticate a NetFORUM backend (iWeb) user by their username and password

Definition

Namespace: Ignition.Crm.AccountManagement
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public bool AuthenticateBackendUser(
	string username,
	string password,
	out BackendUser user
)

Parameters

username  String
Username of the iWeb user
password  String
Password of the iWeb user
user  BackendUser
The authenticated user if successful; otherwise null

Return Value

Boolean
true if successful; otherwise false

See Also