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

Add ability to add custom properties to user profiles #39

Open
jwadolowski opened this issue Dec 30, 2016 · 0 comments
Open

Add ability to add custom properties to user profiles #39

jwadolowski opened this issue Dec 30, 2016 · 0 comments

Comments

@jwadolowski
Copy link
Owner

jwadolowski commented Dec 30, 2016

To avoid some annoying first login pop-ups a set of properties can be created.

Please find an example below (tested on AEM 6.1):

  • path: /home/users/q/q3vbDBY3n6NOx7Ca1wyD/preferences
  • content:
{
  "jcr:primaryType": "nt:unstructured",
  "cq.authoring.cloudservices.optin": "hide"
}

Above configuration enforces no CloudServices pop-up during first log in. On 6.2 there's a 2nd pop-up, which requires additional property.

Similar operation is required to get rid of a dialog on first page edit (cq.authoring.editor.showTour set to false).

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

No branches or pull requests

1 participant