Konrad Windszus
Konrad Windszus
This would rather be a question for @raducotescu. Any plans on a new HTL spec version where this could be included?
@ghenzler Since obviously the package manager cannot deal with certain concurrent service restarts there must be an easy toggle which allows to disable the install hook in the AC Tool....
Package replications either triggered via the Package Manager Web UI or the ReSTful service are always asynchronous (like regular page replication). Also we cannot prevent that two people trigger a...
This is expected and documented in https://github.com/Netcentric/accesscontroltool/blob/develop/docs/AdvancedFeatures.md#configure-unmanaged-aspects.
> Does that mean that adding the below code in yaml files would allow the custom AEM group to inherit from ACTool managed groups? group_config: defaultUnmanagedExternalIsMemberOfRegex: .* defaultUnmanagedExternalMembersRegex: .* defaultUnmanaged*...
Although it is correct that `/libs/cq/core/content/nav/tools` and its parent is of type `nt:unstructured` (I have checked AEM 6.5.13) I fail to see any incompatibilities in case `/apps/cq/core/content/nav/tools` and its parent...
You need to paste the complete build log, otherwise it is impossible to tell what went wrong. Also please share the AEM version you are trying to deploy to.
This is related to #307
PR highly appreciated!
This approach is outlined also in #439 (https://helpx.adobe.com/experience-manager/6-2/sites/developing/using/reference-materials/javadoc/com/adobe/cq/account/api/AccountManagementService.html). The email sending would be done via https://helpx.adobe.com/experience-manager/6-2/sites/developing/using/reference-materials/javadoc/com/adobe/cq/account/api/AccountManagementService.html#requestPasswordReset(java.lang.String,%20java.lang.String,%20java.lang.String).