Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Membership.GetAllUsers returns IsApproved true for all users

5403Feb 29 2008 — edited Sep 7 2010
Hi,

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?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 5 2010
Added on Feb 29 2008
9 comments
8,374 views