From 248f67dcf6b749464093cf162d8f6b8f5e3e042c Mon Sep 17 00:00:00 2001 From: holger krekel Date: Wed, 1 Nov 2023 21:55:15 +0100 Subject: [PATCH] fix nocreate location --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d5a29706..9221eb65 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ automatically by reading the `autoconfig.xml` file from the chatmail instance. If you need to stop account creation, e.g. because some script is wildly creating accounts, run: - touch /tmp/nocreate + touch /etc/chatmail-nocreate While this file is present, account creation will be blocked.