Documentation for this section has not yet been entered.
The CreateUserWizard.LoginCreatedUser property can be set to false if you want to create a user account but not authenticate the account after it is created. This might be useful if you are an administrator creating user accounts, for example, or if there is a waiting period before users can access the Web site.
When the CreateUserWizard.LoginCreatedUser property is set to true, the user will be created and logged in at the end of the CreateUserWizard.CreateUserStep step. If you want the user to be logged in after all the steps have been completed, you can set the CreateUserWizard.DisableCreatedUser property to false until all of the steps of the System.Web.UI.WebControls.CreateUserWizard control are completed.
This property cannot be set by themes or style sheet themes. For more information, see System.Web.UI.ThemeableAttribute and ASP.NET Themes Overview.