AdobeDocs / AdobeDocs/experience-cloud.en

Incorrect steps for migrating groups using a CRX package

Open
#7 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
1
Forks
3
PR merge metrics
No merged PRs in 30d

Description

Documentation for migrating groups on https://experienceleague.adobe.com/docs/experience-cloud-kcs/kbarticles/KA-16448.html under 'Step 2B: Migrate users and groups (using packages)' states:

'12. Repeat steps 11-14 for the groups package.'

I think they meant steps 1-4 instead, however step 4 only include exclude filters for users.

Also under 'Step 1: Find the admin and anonymous users'

In the bottom “Query” box, enter this query to find the admin user: /jcr:root/home/users//element(*,rep:User)@rep:principalName=“admin”

should be

In the bottom “Query” box, enter this query to find the admin user: /jcr:root/home/users//element(*,rep:User)[@rep:principalName=“admin”]

Repeat step 3 with a query for anonymous user: /jcr:root/home/users//element(*,rep:User)@rep:principalName=“anonymous”.

should be

Repeat step 3 with a query for anonymous user: /jcr:root/home/users//element(*,rep:User)[@rep:principalName=“anonymous”.]

(Also the 'Edit this page' link on the page is broken, github repo AdobeDocs/experience-cloud-kcs does not exist?)

Contributor guide

Open the contributing guide

Research direction

Open the Experience League page linked in the issue and review the “Step 2B: Migrate users and groups (using packages)” and “Step 1: Find the admin and anonymous users” sections. Verify the requested step reference and both query corrections, then check whether the page’s “Edit this page” link points to the correct repository; done means the documentation and edit link are corrected.

Written by the indexing model from the issue text.

Assessment

Domain
documentation
Issue type
Documentation
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.