From 74d21f7ee135bb132349198350d65a23ced5fd85 Mon Sep 17 00:00:00 2001 From: Sturdy <91910406+apollo-sturdy@users.noreply.github.com> Date: Wed, 31 Jan 2024 16:40:54 +0100 Subject: [PATCH] Revert "feat: use random value for auth secret" This reverts commit ba6e098ead8b647d6670771df3c3aaf939b3b25d. --- apps/calcom/config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/calcom/config.json b/apps/calcom/config.json index 0b2f9a83..589a404f 100644 --- a/apps/calcom/config.json +++ b/apps/calcom/config.json @@ -15,10 +15,10 @@ "supported_architectures": ["amd64"], "form_fields": [ { - "type": "random", - "label": "Next.js Auth secret", + "type": "password", + "label": "Next.js Auth secret. Generate one with `openssl rand -base64 32`", "required": true, - "min": 50, + "min": 1, "max": 1024, "env_variable": "CALCOM_NEXTAUTH_SECRET" },