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

HomeHomeGetting StartedGetting StartedNew to DNN Plat...New to DNN Plat...Taking off a DNN site - What users belong to what portal?Taking off a DNN site - What users belong to what portal?
Previous
 
Next
New Post
5/3/2013 9:18 PM
 

Hi there

I'm new to DNN so forgive me if this is a dumb question.  

I've been asked to take over the management of a  DNN site.  I've been tasked with contacting all of the owners of the portals in a community DNN install.  

What would be the best way of doing this?  I was hoping there would be a way of seeing what users (the user info contains contact details) were attached to what portals, then using the user info to contact the portal owners.  

Is this possible?  

Thanks

Scoopy

 
New Post
5/4/2013 7:14 AM
 
unfortunately, there is no lost of admins of all sites in a shared DNN installation. Website settings holds the name of the administrator, the associated Email Address of this user is used to send system messages for registration etc.

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
5/6/2013 3:11 PM
 
You can create a SQL view or use the Reports module to add a list of Administrators (I use this as a hidden module on my main site so that I can find ALL Administrators).

SELECT DISTINCT dbo.Users.Email
,dbo.Roles.RoleName, dbo.PortalAlias.HTTPAlias
FROM dbo.Roles INNER JOIN
dbo.UserRoles ON dbo.Roles.RoleID = dbo.UserRoles.RoleID INNER JOIN
dbo.Users ON dbo.UserRoles.UserID = dbo.Users.UserID INNER JOIN
dbo.PortalAlias ON dbo.Roles.PortalID = dbo.PortalAlias.PortalID
WHERE (dbo.Roles.RoleName = N'Administrators')

Comment out line 2 if you only want to return the e-mail addresses.
 
Previous
 
Next
HomeHomeGetting StartedGetting StartedNew to DNN Plat...New to DNN Plat...Taking off a DNN site - What users belong to what portal?Taking off a DNN site - What users belong to what portal?


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