Recently Viewed...
DNN Modules
SnowCovered Top Sellers

Edit documents directly on your server. The premier document management solution for DotNetNuke (DNN). Index contents of documents. Share documents across your portal and avoid duplicates. Revised and flexible UI. Extensible architecture.

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!

Live Content uses Web 2.0 approach to provide a Rich User Interface and streamlines content presentation by overlaying content on current page. Overlay images, videos, audio, text/html content, flash, dotnetnuke modules, and external content. Experience the demo...

'Relationship Building' and 'Communication' are two essential nuts and bolts for a business to prosper. This module allows you to bridge both of these and easily generate continuous awareness of your web site, products and services. Your prospects and customers will greatly appreciate this featur

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.

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.

Capture your users attention, enrich your site with multimedia flash, and create and opt in distribution list for your DNN site. These are just a few of the many features the Data Springs Module Collection can provide you.

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.

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.

ALL NEW ! - Minimalist includes skin packs in 12 great colors. Each color has Flat, Gradient and Glass versions. Feature rich XML Flash header, perfect for just about any purpose. 9 Different menu options in each skin pack; 3 horizontal menus, 3 vertical menus and 3 all-new Twin level menus . . .

    |   Register   |   Friday, November 21, 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:2218
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 existing 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:2218
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