I was looking at this post a couple of days ago:
http://dotnetnuke.com/Community/ForumsDotNetNuke/tabid/795/mid/2108/threadid/46595/scope/posts/Default.aspx#58605
... and found the below quote quite interesting, as I was experiencing what I (probably wrongly) interpreted as odd behaviour in 4.3.3:
cnurse wrote
You can use an existing user on Portal Creation as long as two conditions are met.
1. The user is NOT a SuperUser. By definition a SuperUser does not belong to any portal, so you cannot use a SuperUser to create the portal.
2. The username AND password match an existing user.
It is possible that when you deleted the Portal you deleted the User from the dnn tables (but the name remained in the aspnet Tables, which is causing the error).
So I am wondering in regards to this, would the following scenarios be correct?
a)
I have a normal user, called user1 that exists in Parent Portal A, and somebody registers with the same username/password in Parent Portal B. Once this is created it will be the same user account across both portals. If administrator of Portal A changes the credentials and details of user1, then the credentials and details of user1 from Portal B will in turn be changed without the administrator of Portal B's knowledge.
b)
If by coincidence an entirely different person tries to register a normal user called user1 with Parent Portal C, but with a different password they will get a user already created error. If that person decides to contact the administrator of Portal C and ask him about the availability of user1, Administrator of Portal C will look at the user accounts screen, and perceive that user1 is not registered as it is not being displayed.
c)
The username for all normal users must be unique across all portals of a DNN installation, unless they have the same password.
d)
If multiple portals are created with a default superuser name of admin with same password all the portals will be managed with that same superuser account. You can change this situation by adding additional administrator user accounts to each of the portals, but you can never get rid of the original admin user from that portal afterwards (as the default administrator can't be deleted via DNN). Note I'm experiencing this problem at the moment, the same administrator account is being shared across all portals, I want them to be seperate.
Is what I've written normal behaviour?
I don't think that there are any screens even when logged in as hosts that show which users are spread across multiple portals? I wonder if this behaviour can be changed with 4.3.3 via a setting?
Would you be in agreement in what I've written? Any comments?
Thanks
Alex