Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Users Namespace / AbleCommerceMembershipProvider Class / ResetPassword Method
The user to reset the password for.
The password answer for the specified user.
In This Topic
    ResetPassword Method
    In This Topic
    Resets a user's password to a new, automatically generated password.
    Syntax
    public override string ResetPassword( 
       string username,
       string answer
    )

    Parameters

    username
    The user to reset the password for.
    answer
    The password answer for the specified user.

    Return Value

    The new password for the specified user.
    Remarks
    This method is not implemented in AbleCommerce because password question and answer are not implemented.
    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