Skip to content

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:8880/crx/explorer/ui/setpassword.jsp

 

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

%d bloggers like this: