Edit online

How to Change the Administration Page Password

To change the password of the admin user (fusion), follow these steps:
  1. Run the following command to obtain the hashed form of the new password:
    cd /fusion
    sudo docker-compose exec config-server nodejs /config-server/hashpwd.js my-new-password
  2. Write the resulting output in the/fusion/default-data/config/config-server/users.json file. Replace the password field with the hashed password obtained in the previous step.
  3. Restart Content Fusion.