Hi,

in my experience, you ALSO have to set that password in the Felix WebManagement Console /system/console/configMgr under
"Apache Sling Embedded JCR Repository"

Correct me, if I'm wrong, but the admin user you want to change is also the user connecting sling to jackrabbit.

So I did, what you just described and afterwards (before restarting jetty/sling), I changed that password in the JCR Repository Setting tab. Otherwise, you'll loose connection to jackrabbit after the next server restart.

That worked for me.

bye,
 thorsten

Peter Chiochetti wrote:
What is the preferred method for configuring the Jackrabbit Admin
password

In reply to my own post, while out for a walk, it dawned on me, silly me, using the userManager to change the admin password, like that:

curl \
    -F"oldPwd=admin" \
    -F"newPwd=Fritz" \
    -F"newPwdConfirm=Fritz" \
http://admin:ad...@localhost:8080/system/userManager/user/admin.changePassword.html

still wating to try, because I cannot get around the build failure in my other mail.


Reply via email to