As above i have everything installed and running out of a docker container, what i am trying to do is
a. disable any new signups
b. enable the admin page
i have set the 2 environment variables that are needed
signups_allowed this is set to false
admin_token random characters
i restart the container go to the bitwarden login page and i can created a new account and login to vaultwarden, i type in the same address followed by /admin and
i get the following message "The admin panel is disabled, please configure the 'ADMIN_TOKEN' variable to enable it"
i have no idea what i am doing wrong or how to get past this?
thanks
a. disable any new signups
b. enable the admin page
i have set the 2 environment variables that are needed
signups_allowed this is set to false
admin_token random characters
i restart the container go to the bitwarden login page and i can created a new account and login to vaultwarden, i type in the same address followed by /admin and
i get the following message "The admin panel is disabled, please configure the 'ADMIN_TOKEN' variable to enable it"
i have no idea what i am doing wrong or how to get past this?
thanks