April 19, 2020
Estimated Post Reading Time ~

Changing the CQ5 (AEM) Admin Password via Curl

Just so I don’t forget – a working curl command for changing the admin password is:

curl -u admin:theOldPassword -Fplain=theNewPassword -Fverify=theNewPassword -Fold=theOldPassword -FPath=/home/users/a/admin http://localhost:4502/crx/explorer/ui/setpassword.jsp


By aem4beginner

No comments:

Post a Comment

If you have any doubts or questions, please let us know.