How to Change the Administration Page Password
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
password
field with the hashed password obtained in the previous step. - Restart Content Fusion.