Every successful login creates a token which is stored at [1] So, you can use this console to track all the user info Stored Tokens Then, use the uuid to find the user: UUID in Crxde [1] http://<host>:<port>/system/console/tokenmgr
You can choose to configure the preprocessors configuration per clientlibrary or system-wide.Add the multivalue properties cssProcessor and jsProcessor on the clientlibrary nodeOr define the system default configuration via the HTML Library Manager OSGi configurationA preprocessor configuration on t...
When you complete the exam you will only see the following on the last screen: "You have provisionally passed the exam" if you passed OR"You did not meet the minimum requirements to pass the exam" if you failed. Lastly, Your score will be updated in your certmetrics(https://www.certmetrics.com/adobe...
The Plugin you are looking for is not available OOTB. That said, you can reference [1] to write a custom RTE plugin as per your requirement. [1] http://experience-aem.blogspot.com/2018/05/aem-64-touch-ui-rte-rich-text-editor-color-picker-plugin.html
You are right, there is no OOTB feature to delete versions of a deleted page. You have to write some code to achieve that. You can look into updating the delete functionality[1] to first delete all the versions(Using Version Manager API) related to the page before completing the deletion. [1] /libs/...
I cannot reproduce this issue on 6.4.6 using the RTE at [1] Can you share your rte component? [1] https://www.dropbox.com/s/0g9egkpu00z6ndr/Enable-all-RTE-features-63-SNAP-1.0%20amrit.zip?dl=0
Can you try using Coral3 Select[1] resourcetype and let me know if this is still an issue? [1] https://helpx.adobe.com/experience-manager/6-5/sites/developing/using/reference-materials/coral-ui/coralui3/Coral.Select.html
Not sure if i fully understand the ask here(DSGC does not trigger on restart) but DSGC on shared datastore should to be manually run as per [1] and all automated task for DSGC should be disabled from [2] [1] https://docs.adobe.com/content/help/en/experience-manager-64/deploying/deploying/data-store...
I would recommend using Closed User Groups in AEM Publishers where you can have Clear separation of authentication and authorization elements, which can be used individually or in combination. More details at [1] [1] https://docs.adobe.com/content/help/en/experience-manager-65/administering/security...