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...help mehelp me
Previous
 
Next
New Post
9/11/2010 4:25 AM
 
i see that a user only login on a portal, but a want a user can be login on all portal, please help me :!!!!!!!! :L:L
 
New Post
9/11/2010 6:09 AM
 
users need to register on each portal individually, using the same username, password and email address - otherwise you need a 3rd party module for synchronizing user profiles, e.g. from DNNMasters.com

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
9/13/2010 10:21 PM
 
thanks i thinks we can be use trigger in sql.
this is code trigger:

create trigger ifadduser
on dbo.tnt_users
for Insert
as
    begin transaction
    declare @userid int
    select @userid = i.userid
    from inserted i
    
    declare @portalID int
    select @portalID =  max(portalID) from dbo.tnt_PortalAlias
    declare @tong int
    select @tong = count(portalID) from dbo.tnt_PortalAlias
    declare @i int
    set @i = 0
    declare @portalID1 int
    set @portalID1 = @portalID
    while ( @i < @tong)
    begin
    set @portalID1 = @portalID
        if (not exists (select * from dbo.tnt_Userportals where UserID = @Userid and PortalID = @portalID))
        begin
                insert into dbo.tnt_Userportals(UserID, PortalID) values (@userid,@portalID)
        end
        select @portalID = Max(portalID) from dbo.tnt_PortalAlias where portalID < @portalID1
        set @i = @i + 1
    end
if (@@error <>0)    
        begin
        rollback
        end
    else
        begin
        commit transaction
        end
 
New Post
9/13/2010 10:30 PM
 
sdgfsd wrote:
i see that a user only login on a portal, but a want a user can be login on all portal, please help me :!!!!!!!! :L:L

 The free UserPortal can be used to authorize user access to all portals.  This will need to be done manually for each account.


Robert Tango
www.workcontrol.com
Custom Modules: UserManager|UserDirectory|UserImport|PortalSSO
 
New Post
9/16/2010 9:43 PM
 
You can also find the trigger solution at this link http://www.dotnetnuke.com/Community/Forums/tabid/795/forumid/89/threadid/213119/scope/posts/Default.aspx

Robert Tango
www.workcontrol.com
Custom Modules: UserManager|UserDirectory|UserImport|PortalSSO
 
Previous
 
Next
HomeHomeGetting StartedGetting StartedNew to DNN Plat...New to DNN Plat...help mehelp me


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