Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0Host AccountsHost Accounts
Previous
 
Next
New Post
6/9/2009 12:50 PM
 

Hi,

I'm trying to retreive a list of all authorised users in a specific portal. I note there is a view called vw_Users which I initially I thought might do the trick e.g.

SELECT     dbo.vw_Users.*
FROM         dbo.vw_Users
WHERE     (Authorised = 1) AND (PortalId = 0) --where 0 is the id of the portal I'm interested in

however I'm a bit confused when it comes to Host Accounts. I noted that when I added a new host account (using the Host Settings -> Host Accounts tab) that I could specify whether or not to Authorize the new host account. To test if things were working as expected I went through the process of authorizing and un-authorizing the new host account, however when I ran/refreshed vw_Users, the Authorised column was always set to NULL irrespective of the current status. I verified that I had authorized and unauthorized the new host account correctly by trying to login and sure enough I couldn't login when the host account was unauthorized (as expected). Am I missing something? How do I retreive a list of authorised users only that includes authorised host acount users only? The following query includes the unauthorised host account

SELECT     dbo.vw_Users.*
FROM         dbo.vw_Users
WHERE     (Authorised = 1) AND (PortalId = 0) OR
                      (IsSuperUser = 1)

(I note that the PortalId column is always NULL for host users so I guess host accounts are not associated with any one particular portal (i.e. they can access all portals) - i.e. I can ignore that column in my query)

Thanks

 
New Post
6/10/2009 11:27 AM
 

The users are authorized in the aspnet_membership table. If you look at aspnet_users and get the userid of the super users, you can see if IsApproved in aspnet_membership is true or false.


John Eimer
 
New Post
6/12/2009 12:39 PM
 

Thanks for the reply

 
Previous
 
Next
HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0Host AccountsHost Accounts


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out