mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-09-25 11:01:18 +00:00
Allow the Admin token to be disabled in the advanced menu
This commit is contained in:
parent
5ee04e31e5
commit
8b5b06c3d1
3 changed files with 29 additions and 20 deletions
|
@ -69,6 +69,7 @@
|
|||
## One option is to use 'openssl rand -base64 48'
|
||||
## If not set, the admin panel is disabled
|
||||
# ADMIN_TOKEN=Vy2VyYTTsKPv8W5aEOWUbB/Bt3DEKePbHmI4m9VcemUMS2rEviDowNAFqYi1xjmp
|
||||
# DISABLE_ADMIN_TOKEN=false
|
||||
|
||||
## Invitations org admins to invite users, even when signups are disabled
|
||||
# INVITATIONS_ALLOWED=true
|
||||
|
@ -110,4 +111,4 @@
|
|||
# SMTP_PORT=587
|
||||
# SMTP_SSL=true
|
||||
# SMTP_USERNAME=username
|
||||
# SMTP_PASSWORD=password
|
||||
# SMTP_PASSWORD=password
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue