Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Users Namespace / User Class / Register Method
The username to associate with the user account.
The email address for the user.
The password for the user.
Question for use in password recovery.
Answer to the security question.
Flag indicating whether the user is approved.
In This Topic
    Register Method
    In This Topic
    Converts the existing user record from an anonymous user to a registered user.
    Syntax

    Parameters

    username
    The username to associate with the user account.
    email
    The email address for the user.
    password
    The password for the user.
    securityQuestion
    Question for use in password recovery.
    securityAnswer
    Answer to the security question.
    isApproved
    Flag indicating whether the user is approved.

    Return Value

    The result of the registration.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also