Replies: 2 comments
-
Did you find a solution? |
Beta Was this translation helpful? Give feedback.
-
Thank you for your Information about to see the token. That helped me. But now to your question:
I hope I was able to help. |
Beta Was this translation helpful? Give feedback.
-
Looking for how to remove admin token nag message about plain text password stored in system.
I'm using HA OS as VM.
successfully ran this command:
docker exec -it addon_a0d7b954_bitwarden /opt/vaultwarden hash
and got this result:
Generate an Argon2id PHC string using the 'bitwarden' preset: Password: Confirm Password: ADMIN_TOKEN='$argon2id$v=19$m=65540,t=3,p=very_long_value_blah-blah-blah'
I also found that plain text admin token possible to see via this command:
docker exec -it addon_a0d7b954_bitwarden cat /data/config.json
To secure using admin token, should I edit config.json file and if yes, what exactly need to be written there?
Beta Was this translation helpful? Give feedback.
All reactions