Adobe Experience Manager: How to unlock a page locked by another user

Description description

Environments

  • Adobe Experience Manager as a Cloud Service (AEMaaCS)
  • Adobe Experience Manager 6.5 (AEM 6.5)

Issue
In AEM, users can lock a page to prevent others from editing it.

The user who locked the page or the “admin” user can unlock it.

However, no one else, even if an Administrators group member is impersonating the user who locked the page, can unlock it unless they are the user who locked it.

This article explains how to unlock a page when neither the user who locked it nor the admin can do it.

Resolution resolution

When a user locks a page, AEM adds the jcr:mixinTypes= " [ mix:lockable ] " property. By forcibly deleting this node property and overwriting the page using the Package Manager, you can unlock the page.

We assume the following environments for the detailed steps:

  • Prod: An author instance where a user locked a page ( /content /wknd /us /en /about-us ) and left the project.
  • Dev: A lower author instance where CRXDE Lite is enabled.

Step 1. (Prod)  Create a package of the locked page node ( /content /wknd /us /en /about-us ) and download it.

Step 2. (Dev) Install the downloaded package of the locked page.

Step 3. (Dev) With CRX/DE Lite, delete the jcr:mixinTypes= " [ mix:lockable ] " node property of the locked page.
Step 3-1. Select the jcr:content node under the page ( /content /wknd /us /en /about-us /jcr:content ).
Step 3-2. Click the " Mixins… " button at the top.
Step 3-3. Delete jcr:mixinTypes= " [ mix:lockable ] " (using the  " - " button).
Step 3-4. Click " Save All " to apply the changes.

Step 4. (Dev) Repackage the edited node using the Package Manager and download it.

Step 5. (Prod) Install the newly created package using the Package Manager.

Step 6. (Prod) Verify that the page is unlocked.

recommendation-more-help
3d58f420-19b5-47a0-a122-5c9dab55ec7f