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

added "the" before password

besendorf 2019-09-12 10:49:45 +02:00
parent 3dc74a12c6
commit 9d3ae4f5bb

@ -2,7 +2,7 @@
This page allows a server administrator to view all the registered users and to delete them. It also allows inviting new users, even when registration is disabled.
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 password to access admin area of your server!**
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 the password to access admin area of your server!**
To set the token, use the `ADMIN_TOKEN` variable: