We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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”.
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?)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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?)
The text was updated successfully, but these errors were encountered: