Recently Viewed...
To help you navigate to pages you most recently visited, select from the links below.
Product Forums
Flash Image Rotator
DNN Modules
SnowCovered Top Sellers

Flex By DrNuke
The Flex skins are professionally designed, coded and packaged by a team of DotNetNuke experts. Available in 8 great colours, each with 15 banner images, 2 menu types and a choice of 3 background styles. The entire pack features a total of 2376 skins!

Ultra Media Gallery 5.2
Ultra Media Gallery is the most popular photo gallery and media gallery module for DotNetNuke, the major purpose of this module is to allow you create unlimited pictures and medias to your gallery and organize them by albums, your albums and medias are browsed in flash interface.

Open-DocumentLibrary v3.0
Powerful, Ajax Enabled, Easy to Use. Document Management has never been better. Open-DocumentLibrary allows DotNetNuke users to share and manage documents in a flexible, intelligent way, offering granular control over Folder and Document access.

Ultra Video Gallery 2.3
Ultra Video Gallery is a brother product of Ultra Media Gallery, The major purpose of this product is to provide an easy way to add videos in various formats to your website by and play them in a unique flash gallery.

XMod 5.1
Version 5 of the perennial best-selling tool for creating data-based solutions in DNN without custom programming. This version focuses on greater flexibility, expandability, and ease-of-use.

Aero // 8 colors // multi-theme skin pack (New)
aero is a flexible skin pack, featuring 8 incredible colors.Combine 3 background layouts, 3 widths and 6 headers to create your own, personalized site.

Events Calender and Registration 2.1 for DNN4.xx
One stop solution for events calendar and events registration! Demo site available for free trial.

Aurora 2 By DrNuke
The Aurora skins are professionally designed, coded and packaged by a team of DotNetNuke experts. Available in 6 great colours, each with 10 banner images, 10 inner banner images and a choice of 3 background types. The entire pack features a total of 444 skins!

Active Forums 3.7 Enterprise
Active Forums is a Forum module which has been written specifically for DotNetNuke . Active Forums is packed with functionality while maintaining administrator flexibility.

Minimalist by Evan O'Neil
Minimalist by Evan O'Neil - the Web 2.0 skin for DotNetNuke, loads fast, looks great. Minimalist is also one of the most flexible and functional skins available for DNN. Minimalist includes skin packs in 12 great colors, each color has Flat and Styled versions. 4 Different menu options in each skin
    |   Register   |   Thursday, July 03, 2008   
Data Springs Product Forums...
Subject: User's Password in multi portal environment
Prev Next
You are not authorized to post a reply.

Author Messages
Rob
Posts:42
paddling down the creek
paddling down the creek

05/01/2008 10:28 AM  

Hi Chad,

I have a client with multiple portals in a DNN instance. We are adding a new portal to the instance and want to add specific users from the other portals to this new one.

Each user uses a consistent  username, password and email address for the various portals. How would I add these users to the new portal with Interactive User Import without modifying their existing passwords? (Note I don't have the module so I need to determine if it will help me do this.)

Thanks,

Rob Ralston

Chad
Posts:1643
river guide
river guide

05/01/2008 1:08 PM  
Rob,

Hi. Well this possible with Interactive User Import. There are two ways of doing this. One, if you are a host user on the IUI module, during the wizard/setup process for the import there is an option to 'Add user to all portals'. This is one possible way of doing this. The other way is to use an Interactive SQL Event and during the import process it can add them to the UserPortals table. Its actually impossible for a user to exist with the same username, and a different password between portals etc... The way to do this is to add a row to the PortalUsers table associating the portalID and UserID for the user. This is also how single sign on and so forth adds users to the portal automatically for Dynamic Login etc... Hope this helps.

-Chad
Rob
Posts:42
paddling down the creek
paddling down the creek

05/01/2008 1:42 PM  

Hi Chad,

I was aware that users must have the same username and password combination on all such portals. I was mainly concerned the import process would possibly modify exsisting passwords to something else.

Anyway, it souns like it can be done, but what exactly are the steps?

Do I export the users from a portal, then import and set a SQL event like you indicated? Is there a user manual which would show me how to do this?

Rob

Chad
Posts:1643
river guide
river guide

05/01/2008 2:20 PM  
Hi. Well if you are not importing a new password it shouldn't affect it. If the users already exist on the server you might just need to use the SQL Event within Interactive User Import or use the option to add the user to 'all portals'. To be completely honest though I don't know that you even need Interactive User Import at all. I think you could simply go to the server and add all users to the portal automatically.

Such as this:

Insert Into UserPortals (UserID, PortalID, CreatedDate, Authorised)
Select UserID, 2, GetDate(), 1 from UserPortals Where PortalID = 0


This can be used without IUI, and basically says... Add the user to portalID 2 if they are already part of portalID 0.


-Chad

Rob
Posts:42
paddling down the creek
paddling down the creek

05/03/2008 2:09 PM  

Thanks for idea. I'll working with that first.

Rob

You are not authorized to post a reply.
Forums > Product Discussion - DotNetNuke Modules > Interactive User Import > User's Password in multi portal environment



ActiveForums 3.7

Copyright 2005 - 2008 by Data Springs, Inc.
Terms Of Use | Privacy Statement