I have some users where the IsApproved column in the database is set to false. This means that they cant login.
What could be the reason that this happens, and how can I prevent IsApproved to be set to false automatically?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The IsApproved column is set to false by default. There are different ways to change this
default behaviour. See this link http://forums.asp.net/t/1086175.aspx/1 for changing.