0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-06-08 15:08:58 +02:00

Adding a note based on our discussion in https://github.com/dani-garcia/bitwarden_rs/issues/724

Ng Oon-Ee 2019-11-16 09:16:03 +08:00
parent d7df0adb85
commit 492b80d1a9

@ -16,4 +16,6 @@ docker run -d --name bitwarden \
After this, the page will be available in the `/admin` subdirectory.
The first time you save a setting in the admin page, `config.json` will be generated in your `DATA_FOLDER`. Values in this file will take precedence over environmental values.
**Note:** After changing the `ADMIN_TOKEN`, the currently logged in admins will still be able to use their old login token for [up to 20 minutes](https://github.com/dani-garcia/bitwarden_rs/blob/master/src/api/admin.rs#L87).