Replies: 6 comments
-
you need to use same username and password to grant a user access to a second portal. |
Beta Was this translation helpful? Give feedback.
-
using a website group it the same as add record to the userportals table? right? |
Beta Was this translation helpful? Give feedback.
-
In a website group, current and future users become automatically member of all sites. |
Beta Was this translation helpful? Give feedback.
-
Unfortunatelly, requirement for unique usenames is instance-wide. I'll move this to a discussion for now but if anything actionable comes back from this discussion, I'll move it back to an issue... |
Beta Was this translation helpful? Give feedback.
-
As others have mentioned this is by design. There is a single users table, users have to be either added to the UserPortals table or be part of a portal group. Users can register with the same username/password on other portals. |
Beta Was this translation helpful? Give feedback.
-
exactly using the same username and password did the trick. Thanks! |
Beta Was this translation helpful? Give feedback.
-
Description of bug
We have a DNN instance with 2 portals (1, 2). Portal 1 has 500 users that login with e-mailadres (username).
All the 500 users should also be available in portal 2. Unfortunately they can't login to portal 2.
I tried to add the users to portal 2 but this isn't possible because e-mailadres is the username and this should be unique.
I already did check the settings in config and it's false: requiresUniqueEmail="false"
Why can't we add/create the same user in portal 2
Steps to reproduce
List the precise steps to reproduce the bug:
Current behavior
I already did check the settings in config and it's false: requiresUniqueEmail="false"
Looks like this is an bug/issue in the latest version of DNN because in other version this was possible.
I know you can use Site Groups.. but we need the user accounts to be created in portal 2
Expected behavior
this should be possible when setting requiresUniqueEmail="false"
Screenshots
Affected version
Beta Was this translation helpful? Give feedback.
All reactions