Upate superuser password

Hello @alnjxn, yes, you can now change the superuser password by editing “config/activate” and changing the OPENBALENA_SUPERUSER_PASSWORD variable to the new password. You’ll then need to recreate the API container with:

./scripts/compose kill api
./scripts/compose rm -vf api
./scripts/compose up -d api
3 Likes