Documentation for this section has not yet been entered.
The ChangePassword.ChangePasswordFailureText property is displayed when the membership provider rejects the password entered by the user.
The System.Web.Security.MembershipProvider object does not return a reason for rejecting the new password. Use the ChangePassword.ChangePasswordError event to examine the rejected password if you want to provide the user with a tip on how to enter an acceptable password (for example, to indicate that a strong password must be provided).
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.