-
Suggestion
-
Resolution: Unresolved
-
None
-
2
-
35
-
NOTE: This suggestion is for Confluence Cloud. Using Confluence Server? See the corresponding suggestion.
If public signup is enabled, it's likely to have multiple usernames for the same user. To merge their data, you could run sql to change usernames, but you cant merge usernames on the users table because you'll get a duplicate key violation. Therefore you'd need a script to detect an existing username, query the duplicates group associations, associate the duplicate's groups to the primary's user ID, and then remove the duplicate.
This is different from a request to match internal with external user IDs, http://jira.atlassian.com/browse/CONF-10654 .
Note that implementing this will also have to take into account what to do with existing user content, mentions of affected users, and their user settings (including profile picture, preferred language, timezone, notification configuration and watches).
- incorporates
-
CONFCLOUD-31727 Migrate users between Confluence instances
- Closed
- is duplicated by
-
CONFCLOUD-31313 Merge accounts and change usernames.
- Closed
-
CONFCLOUD-35278 How to merge users in Confluence?
- Closed
- is related to
-
CONFSERVER-11990 Ability to merge usernames
- Future Consideration
-
MOVE-119788 Loading...
-
MOVE-121578 Loading...