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?
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.