There is 1 update.
 
 
Confluence / cid:jira-generated-image-avatar-940d0f73-0eef-401f-ae99-7ec75dce3d84 CONFLUENCE-364 Open

Import fails when importing admin users

 
View issue   ·   Add comment
 

1 update

 
cid:jira-generated-image-avatar-4fa244c2-2159-43ec-8f6c-c2ad161f0d8b Changes by Raphaël Jakse on 09/Jan/25 16:43
 
Description: By default, we import users in the confluence admins group by outputting the XWiki.XWikiAdminGroup.

This fails because of a bug in the user output filter stream
(XWIKI-22765) , but with this bug fixed, the  XWiki.XWikiAdminGroup would be overwritten, which would remove current XWiki admin users, which is quite bad. This has probably never actually worked.

We would need XWIKI-22764 to be able to update the group instead. When  we have this possibility, we should probably do this for all the imported groups (and maybe provide an option to overwrite non-admin groups, which would correspond to the current, unsafe, behavior for non admin groups).