Author: mychucky | Posted on: 11/3/2010 1:39:08 PM | Views : 1290

I am using the register.aspx that came with VS2010 when I create a new website. When a user is created, the user is automatically logged and NOT send in a verification email. I thought I've modified that but it's not working. Here's what I have:
<asp:CreateUserWizard ID="RegisterUser" runat="server" EnableViewState="false" OnCreatedUser="RegisterUser_CreatedUser" LoginCreatedUser="False" DisableCreatedUser="true" CompleteSuccessText="Your account has been successfully created. However, you need to check your email and click on the link for varification." ContinueDestinationPageUrl="~/lusHmoob/Default.aspx" onsendingmail="RegisterUser_SendingMail"> <LayoutTemplate> <asp:PlaceHolder ID="wizardStepPlaceholder" runat="server"></asp:PlaceHo ...

Go to the complete details ...