Creating a new user
Last Post 09/23/2011 8:17 AM by Joseph Craig. 4 Replies.
Author Messages
kaushal
Nuke Ace
Nuke Ace
Posts:42


--
03/08/2010 6:57 AM
    friends,
    a little doubt in creating user internal process (how dnn is creating user)

    suppose i have 2 portals ABC and XYZ.
    one user xxxx came and registered him self at ABC portal with username as "xxxx".
    second user came and registered him self at XYZ with the same username "xxxx".
    first thing is dnn is allowing me to create user with the same name under different portals.

    So, I understand that internally there is only one user "xxxx" as the username under membership and this user is mapped to two portals - XYZ and ABC..

    is it correct? If so, then I going to be in a big problem
    Mocrosoft MVP [.NET/ASP.NET]
    Joseph Craig
    DNN MVP
    Posts:11667


    --
    03/09/2010 7:15 PM
    DotNetNuke uses the ASP.NET membership scheme. I haven't tested, but I am reasonably surethat the same username can exist for distinct users in different portals. Have you tried it?

    Joe Craig, Patapsco Research Group
    Complete DNN Support
    express mart
    Nuke Newbie
    Nuke Newbie
    Posts:5


    --
    03/30/2011 1:43 AM
    thanks
    avaviney
    Nuke Newbie
    Nuke Newbie
    Posts:1


    --
    09/22/2011 7:41 PM
    the same username?
    Joseph Craig
    DNN MVP
    Posts:11667


    --
    09/23/2011 8:17 AM
    Have you tried it?

    Joe Craig, Patapsco Research Group
    Complete DNN Support


    ---