Membership.GetAllUsers returns IsApproved true for all users
5403Feb 29 2008 — edited Sep 7 2010Hi,
I am using Oracle Data Access Components 11g for ASP .NET. I have two problems with Oracle Membership provider.
1) When I make a call to Membership.GetAllUsers() all users returned has IsApproved set to true although there are unapproved users in there. If I individually check for a user who is unapproved using Membership.GetUser(UserName).IsApproved then I can get the correct value for that user.
2) Regardless of whether I use Membership.GetAllUsers() or Membership.GetUser(UserName) IsOnline property is always returns true for all users although some users are really offline.
Is there something I am missing or is this a bug? Any ideas?