Gets or sets the error message that is shown when the password entered does not pass the regular expression criteria defined in the ChangePassword.NewPasswordRegularExpression property.
Documentation for this section has not yet been entered.
Use the ChangePassword.NewPasswordRegularExpressionErrorMessage property to inform the user that the password entered does not pass the regular expression defined in the ChangePassword.NewPasswordRegularExpression property.
The ChangePassword.NewPasswordRegularExpressionErrorMessage is not related to the password enforcement that can be configured at the data store level. The new password must meet the minimum requirements set by the membership provider in the System.Web.Security.Membership.MinRequiredPasswordLength, System.Web.Security.Membership.MinRequiredNonAlphanumericCharacters, and System.Web.Security.Membership.PasswordStrengthRegularExpression properties. If the password does not meet these requirements, the ChangePassword.ChangePasswordError event is raised.