|
78 | 78 |
|
79 | 79 | 2. Create the user in the data store that the <xref:System.Web.UI.WebControls.CreateUserWizard.MembershipProvider%2A> represents. |
80 | 80 |
|
81 | | -3. Disable the user in the store if the <xref:System.Web.UI.WebControls.CreateUserWizard.DisableCreatedUser%2A> property is set to `true.` |
| 81 | +3. Disable the user in the store if the <xref:System.Web.UI.WebControls.CreateUserWizard.DisableCreatedUser%2A> property is set to `true`. |
82 | 82 |
|
83 | 83 | You can extend the <xref:System.Web.UI.WebControls.CreateUserWizard> control to accept additional information by adding additional fields, or by adding additional steps before or after the provided templates in the <xref:System.Web.UI.WebControls.CreateUserWizard.CreateUserStep%2A> and <xref:System.Web.UI.WebControls.CreateUserWizard.CompleteStep%2A> properties. |
84 | 84 |
|
@@ -1718,7 +1718,7 @@ Creates the hierarchy of child controls that make up the control.</summary> |
1718 | 1718 | |------------------------|------------------|------------------------| |
1719 | 1719 | |`UserName`|Any control that implements <xref:System.Web.UI.IEditableTextControl>, including <xref:System.Web.UI.WebControls.TextBox>, or a custom or third-party control.|Required| |
1720 | 1720 | |`Password`|Any control that implements <xref:System.Web.UI.IEditableTextControl>, including <xref:System.Web.UI.WebControls.TextBox>, or a custom or third-party control.|Required if <xref:System.Web.UI.WebControls.CreateUserWizard.AutoGeneratePassword%2A> is set to `false`.| |
1721 | | -|`Email`|Any control that implements <xref:System.Web.UI.IEditableTextControl>, including <xref:System.Web.UI.WebControls.TextBox>, or a custom or third-party control.|Required if <xref:System.Web.UI.WebControls.CreateUserWizard.RequireEmail%2A> is `true.`| |
| 1721 | +|`Email`|Any control that implements <xref:System.Web.UI.IEditableTextControl>, including <xref:System.Web.UI.WebControls.TextBox>, or a custom or third-party control.|Required if <xref:System.Web.UI.WebControls.CreateUserWizard.RequireEmail%2A> is `true`.| |
1722 | 1722 | |`ConfirmPassword`|Any control that implements <xref:System.Web.UI.IEditableTextControl>, including <xref:System.Web.UI.WebControls.TextBox>, or a custom or third-party control.|No requirements| |
1723 | 1723 | |`Question`|Any control that implements <xref:System.Web.UI.IEditableTextControl>, including <xref:System.Web.UI.WebControls.TextBox>, or a custom or third-party control.|Optional unless required by membership.| |
1724 | 1724 | |`Answer`|Any control that implements <xref:System.Web.UI.IEditableTextControl>, including <xref:System.Web.UI.WebControls.TextBox>, or a custom or third-party control.|Optional unless required by membership.| |
|
0 commit comments