Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Users Namespace / AbleCommerceMembershipProvider Class / RequiresQuestionAndAnswer Property
In This Topic
    RequiresQuestionAndAnswer Property
    In This Topic
    Gets a value indicating whether the membership provider is configured to require the user to answer a password question for password reset and retrieval.
    Syntax
    public override bool RequiresQuestionAndAnswer {get;}

    Property Value

    true if a password answer is required for password reset and retrieval; otherwise, false. The default is true.
    Remarks
    AbleCommerce never requires a question and answer.
    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