AEM 6 Publish instance admin password | Community
Skip to main content
New Participant
October 16, 2015
Solved

AEM 6 Publish instance admin password

  • October 16, 2015
  • 4 replies
  • 6713 views

Hi,

In the AEM 6 publish instance how do you change the default admin password. (I do understand that you cannot remove this account)

I tried the "http://localhost:4503/useradmin" but this does not allow me the change the Admin user password.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by WhoaShekhar

Hi there,

Thanks for reaching out to Adobe Community.

The password for the CQ admin account can be changed via the Granite Operations - Users console.

Please click here to see the documentation on this.

thanks!

4 replies

Sham_HC
New Participant
October 16, 2015

Login at http://<host>:<port>/libs/granite/core/content/login.html  then you can go to useradmin screen.

WhoaShekhar
WhoaShekharAccepted solution
New Participant
October 16, 2015

Hi there,

Thanks for reaching out to Adobe Community.

The password for the CQ admin account can be changed via the Granite Operations - Users console.

Please click here to see the documentation on this.

thanks!

New Participant
October 16, 2015

Please find the attached snapshot.

New Participant
October 16, 2015

Thank you for the response. What i was looking for is to change the user Admin password, not the osgi Admin user password. I finally figure it out how to do this with a workaround. 

1. naviate to the publish instance crxde. http://localhost:4503/crx/de

2. Login using Admin userID and password

3. In the same session change the URL to http:/localhost:4503/projects

4. Now you can navigate to tools > Operations > Security > users to change the admin user password

Note: What I wanted to do is to remove or disable the Admin and any other build in user for security reasons, but this is not allowed. Not sure if this can be done in AEM 6.1. Will need to try that later.