0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-06-01 19:48:55 +02:00

Adjusted URL to securing token

Kim Nilsson 2023-06-05 16:12:43 +02:00
parent 8b5bc0d5ca
commit 832db37d40

@ -4,7 +4,7 @@ This page allows a server administrator to view all the registered users and to
To enable the admin page, you need to set an authentication token. This token can be anything, but it's recommended to use a long, randomly generated string of characters, for example running `openssl rand -base64 48`.
**Keep this token secret, this is now the password to access the admin area of your server!** Which is why you should [secure the admin token](#secure-the-admin-token).
**Keep this token secret, this is now the password to access the admin area of your server!** Which is why you should [secure the admin token](https://github.com/dani-garcia/vaultwarden/wiki/Enabling-admin-page#secure-the-admin_token).
To set the token, use the `ADMIN_TOKEN` variable: