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

Ultra Media Gallery 5.4
Ultra Media Gallery is the most popular photo gallery and media gallery solution for DotNetNuke, UMG offers 10 different flash player to browse your gallery with completely different user interface experience.

Dynamic Forms 2.7
In this day and age, knowing as much detailed information as possible about your customer, prospect or web site user is essential. Thankfully, the new 'Dynamics Forms' module from Data Springs, makes it easier than ever to segment your data collection efforts.

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.

Catalyst By DrNuke
The Catalyst skins are professionally designed, coded and packaged by a team of DotNetNuke experts. The skins are available in 12 great colours. This skin is easily customisable with our unique DrNuke EasyMod technology. Try our demo!

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.

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 2472 skins!

Aero // 32 colors pack // XML-based Flash (v1.4)
aero is a flexible skin pack, featuring 8 incredible base colors, now with a XML-based Flash header.Combine 3 background layouts, 3 widths and 6 headers to create your own, personalized site.Now also in Color Specific Packs in a total of 32 colors!!

Enterprise Forms 4.2
Enterprise Forms is not just your standard form creator module, it is a workflow enabled application providing users, business and developer users a like, the tool to develop form and content management systems. With a workflow enabled back end the possibilities are limited by your imagination.

Ultra Video Gallery 2.4
Ultra Video Gallery is a brother product of Ultra Media Gallery, UVG allows you to add videos in various format and automatically convert them to flv format, you also can add videos from embed code and play them in our integrated flash video player.

TimeXP 2008.03 - A Paperless Timesheet Module
This fully-automated, easy to use, web-based timesheet application allows you to coordinate payroll services, and enables project team members to track time worked on projects.
    |   Register   |   Saturday, October 11, 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:2040
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:2040
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