Edit online

How to Change the Administration Page Password

How to change the Content Fusion Administration page password by generating a hashed password, updating the admin user entry, and restarting the server.

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.