Documentation for this section has not yet been entered.
The MembershipUser.IsApproved value for a membership user is checked during the call to Membership.ValidateUser(string, string) by the System.Web.Security.SqlMembershipProvider. If the MembershipUser.IsApproved property is set to false, the Membership.ValidateUser(string, string) method returns false even if the supplied user name and password are correct.