Click or drag to resize

PFFormsAccountsHubCreateFormsAccount Method

Tries to create a Forms accounts, and its associated PFUser if not present.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public string CreateFormsAccount(
	string loginName,
	string password,
	string email,
	string confirmPassword
)

Parameters

loginName
Type: SystemString
An unique login name
password
Type: SystemString
The password for the new account
email
Type: SystemString
An email address, may be required unique by the Membership Provider
confirmPassword
Type: SystemString
A password confirmation for server validation

Return Value

Type: String
A information message about the outcome of the operation.
See Also