Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
Dear AEM Enthusiast,Seeing that AEM LTS doesnt support cr-explorerHow to create system user in AEM LTS/6.6 ?
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Hi @kamalakannank62
Use Repoinit - https://sling.apache.org/documentation/bundles/repository-initialization.html
Example org.apache.sling.jcr.repoinit.RepositoryInitializer~my.cfg.json
"create service user my-service-user with path system/cq:services/myusers", "set ACL for my-service-user\n allow jcr:read, jcr:write on /var\nend"
View solution in original post
Views
Likes
Replies
Like