AEM 6.1 - Reset admin password | Community
Skip to main content
paradox8071
New Participant
July 18, 2018
Solved

AEM 6.1 - Reset admin password

  • July 18, 2018
  • 11 replies
  • 7096 views

Ihave lost the password and I need to reset the admin password on AEM 6.1

Followed steps mentioned here :

   [1] https://helpx.adobe.com/experience-manager/kb/reset-admin-password.html

   [2] http://experience-aem.blogspot.com/2015/07/aem-6-sp2-reset-administrator-password-to-admin -offline.html

   [3] https://github.com/shinesolutions/aem-password-reset

   

It did not work for me

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 paradox8071

I was able to reset the password with the help of the solution provided by shinesolutions (https://github.com/shinesolutions/aem-password-reset) and changing a little to work with aem 6.1 .

Thanks everyone for the help.

11 replies

paradox8071
paradox8071AuthorAccepted solution
New Participant
July 19, 2018

I was able to reset the password with the help of the solution provided by shinesolutions (https://github.com/shinesolutions/aem-password-reset) and changing a little to work with aem 6.1 .

Thanks everyone for the help.

New Participant
August 24, 2023

Could you please help me with the steps you followed and do have to place the complete folder in server at location crx-quickstart/install 

arunpatidar
New Participant
July 18, 2018
paradox8071
New Participant
July 18, 2018

there is nothing under /home/users/a/ in my case, admin user node is placed under different (random) path which I find out by following the first comment from arunp99088702.

admin node path is different on each of the install instances of 6.1.

smacdonald2008
New Participant
July 18, 2018

Did you follow this procedure exactly as is - it will create another user for you...

Method 1

Create a package from another instance that includes the /home/users/a/admin (dev, staging, and so on) where you know the password. Download that package and copy it into crx-quickstart/install folder (create that folder if not existing). The package is installed and the user information updated, including the password.

paradox8071
New Participant
July 18, 2018

is there any default user other than admin that can access /useradmin or get any information about admin node?

paradox8071
New Participant
July 18, 2018

Thank you for your help, but the problem is I do not have another user with rights to access /useradmin.

arunpatidar
New Participant
July 18, 2018

You can go to the instance where you want to change the password using other account

and from useradmin console you can get the path like above.

Arun Patidar
paradox8071
New Participant
July 18, 2018

what should I do if don't know admin node path on the instance with the lost password?

arunpatidar
New Participant
July 18, 2018

Hi,

make sure ".tokens" are excluded under the admin node while packaging.

Arun Patidar
paradox8071
New Participant
July 18, 2018

not working,  throwing error that admin user can not be removed.