UsersLoginUser Method

Authenticates a CMS user using the supplied credentials.

Namespace: BBNCExtensions.API.Users
Assemblies:  BBNCExtensions (in BBNCExtensions.dll) Version: 6.10.0.0
  BBNCExtensions (in BBNCExtensions.dll) Version: 6.10.0.0
Syntax
public abstract void LoginUser(
	string UserName,
	string Password,
	bool CreateRememberMeCookie
)

Parameters

UserName
Type: SystemString
The user's username.
Password
Type: SystemString
The user's password.
CreateRememberMeCookie
Type: SystemBoolean
If True, creates a cookie so that the user can skip authentication in subsequent visits to the site.