From 37df4a35732d209850afbfa06cd95285a255cd3c Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Tue, 6 Aug 2024 19:18:16 -0300 Subject: [PATCH] refactor: Disable user registration and guest user access --- wger/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wger/docker-compose.yml b/wger/docker-compose.yml index 0f47031..502f23c 100644 --- a/wger/docker-compose.yml +++ b/wger/docker-compose.yml @@ -23,8 +23,8 @@ services: - MEDIA_URL=https://wger.shoebottom.ca/media/ - STATIC_URL=https://wger.shoebottom.ca/static/ - WGER_INSTANCE=https://wger.de # Wger instance from which to sync exercises, images, etc. - - ALLOW_REGISTRATION=True - - ALLOW_GUEST_USERS=True + - ALLOW_REGISTRATION=False + - ALLOW_GUEST_USERS=False - ALLOW_UPLOAD_VIDEOS=False - MIN_ACCOUNT_AGE_TO_TRUST=21 - DOWNLOAD_INGREDIENTS_FROM=WGER