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:
- 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 - Write the resulting output in
the/fusion/default-data/config/config-server/users.json file.
Replace the
passwordfield with the hashed password obtained in the previous step. - Restart Content Fusion.