From cb87c85c03ccc8b2498a8e781a43e6dc362d7ff0 Mon Sep 17 00:00:00 2001 From: missytake Date: Fri, 12 Sep 2025 09:16:43 +0200 Subject: [PATCH] doc: add recommendation on token length --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index acfb43df..263e5ce7 100644 --- a/README.md +++ b/README.md @@ -293,6 +293,7 @@ To restrict address creation for anyone who doesn't have the invite link/QR code 1. Use the `invite_token` option to add one or more tokens of your choice to `chatmail.ini`: `invite_token = s3cr3t privil3g3` + - (recommendation: choose 9 or more letters, or it will be easily bruteforced) 2. Run `scripts/cmdeploy run` 3. Distribute a `dcaccount` invite link/QR code (like the one on your web page)