Search code examples
asp.net-mvcasp.net-mvc-3asp.net-membership

Why does membership IsApproved set itself to false?


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?


Solution

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