From ef4064af3d50e323c757a921cc8847ea1937a37e Mon Sep 17 00:00:00 2001 From: Lorenzo Date: Wed, 15 Apr 2020 15:41:52 +0200 Subject: [PATCH] disabled beta/invite code on registration (can be re-enabled by config and uncommenting the login html file) --- config/default.json | 2 +- views/partials/login.html | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/config/default.json b/config/default.json index 9c60ac3..a463585 100644 --- a/config/default.json +++ b/config/default.json @@ -3,7 +3,7 @@ "contact_email": "support@example.org", "endpoint": "http://localhost:9666", - "invite_code": "top-sekrit", + "invite_code": "", //disabled invite code by default "storage_region": "eu-central-1", //"storage_bucket": "sdeck-development", diff --git a/views/partials/login.html b/views/partials/login.html index de19912..459ebd6 100644 --- a/views/partials/login.html +++ b/views/partials/login.html @@ -65,9 +65,13 @@
-
+