On 6/30/10 8:13 AM, Tako Schotanus wrote: > And do you have any idea what I'm doing wrong while trying to change the > admin password? I just can't get it to work.
The instructions on the FAQ work for me. Starting with an empty repository and the default bundles: curl http://admin:ad...@localhost:8888/index.html - works curl http://admin:bad...@localhost:8888/index.html - returns login form curl -F"oldPwd=admin" -F"newPwd=Fritz" -F"newPwdConfirm=Fritz" http://admin:ad...@localhost:8888/system/userManager/user/admin.changePassword.html curl http://admin:ad...@localhost:8888/index.html - returns login form curl http://admin:fr...@localhost:8888/index.html - works You can safely ignore the bit in the FAQ about updating the admin password in the web console. That no longer applies. As Bertrand said, if the above steps don't work for you, please post some addition details (ideally under a new subject line to help findability). Justin
