Hello guys!! I was looking as long how change the password of the admin account and the solutions of others doesn't work for me, most people said about change the pass by Tools -> Operations -> Security -> Users :But in my case the "Change Password" link doesn't work, it suppose to open a floating w...
I need to evaluate JSON file kept on some path in JS file.path = "/apps/ademo/components/structure/basepage/mapp.json";Like in dialog listener JS , we do - var x = CQ.shared.HTTP.eval(path);I want to evaluate in component specific JS file.(When i use "CQ.shared.HTTP.eval(path)" in component spec...
I get this warning when building my project.[WARNING] Component <insert class name here> is using the deprecated inheritance feature and inherits from com.day.cq.dam.commons.process.AbstractAssetWorkflowProcess. This feature will be removed in future versions.Looking at https://docs.adobe.com/docs/e...
Hi,Is there any exhaustive list of ports where AEM can be started? I am starting aem(version 6.1 and 6.2) on port 6000 and it gives error "site cannot be reached".Thanks
Hi,I'm using AEM 6.1 and I'm using OOTB Text and Image component to upload & crop images. When I crop the image, I get imageCrop properties populated with x,y,width,height values. This crop values differs with my local and DEV environment. I used the same image with same cropping in my local and in ...
Hi, My use case is such that I need to allow users to login (authenticated via j_security) , post which I need to identify if passwords are weak and make users change them. Is there any API that allows decrypted user password to be fetched from JCR ? Or any other idea how this can be achieved.
Hi,Can someone clarify me. I am authenticating users of my site from salesforce for the first time by API call. After the successful login I store the user details in AEM using user management concept. If the user login for second time I fetch the details from AEM itself. My doubt is whether this lo...
Hi All,My requirement is to provide a text input box, and a user details (basic)form to a user .So it will be UGC. I know it can not be reverse replicated to the author instance from publish.So, the question is how can i achieve this(should i customize any available social comp)? and how will i impl...
I am trying to set a custom response header in my jsp via:<% response.setHeader("my-custom-header", "custom-value"); %>When I access the page directly through the Publisher, I can see the header being set. However, when I hit the same page through the Dispatcher, the header is not there.I checked t...
Is it possible to filter strings by "contains" or maybe a full text search for UGC?I've tried a ValueConstraint<String>[1] but looks like I can only perform a "begins with" search based on the available ComparisonTypes[2]. Even still, this doesn't seem to work...final UgcFilter filter = new UgcFilte...