Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect steps for migrating groups using a CRX package #7

Open
joostvdbroek93 opened this issue Sep 6, 2021 · 0 comments
Open

Incorrect steps for migrating groups using a CRX package #7

joostvdbroek93 opened this issue Sep 6, 2021 · 0 comments

Comments

@joostvdbroek93
Copy link

joostvdbroek93 commented Sep 6, 2021

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?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant