Is there a way I can overload the Membership.ValidateUser() method so that it does something different?
Currently, the method will not verify a member, if the IsApproved field is set to false. I have a special requirement on my website, and I need to test if the username and password combination are valid, and I need it to work, even if the account is not
approved.
Thanks.
...
Go to the complete details ...