Gets or sets the text displayed when the user name entered by the user is not a valid user name for the Web site.
Documentation for this section has not yet been entered.
The PasswordRecovery.UserNameFailureText property contains the error message that is displayed when the user enters a user name that is not recognized by the membership provider defined in the PasswordRecovery.MembershipProvider property.
The style settings in the PasswordRecovery.FailureTextStyle property define the appearance of the text in the PasswordRecovery.UserNameFailureText property.
When you assign a template to the PasswordRecovery.UserNameTemplate property, the PasswordRecovery.UserNameFailureText property is displayed in an optional System.Web.UI.WebControls.Literal control with the System.Web.UI.Control.ID property set to "FailureText".
The default text for the property is localized based on the server's locale setting.
The value of this property, when set, can be saved automatically to a resource file by using a designer tool. For more information, see System.ComponentModel.LocalizableAttribute and ASP.NET Globalization and Localization.