From aead3a2a529a815b9a5de2eb804711f233d78254 Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Sat, 26 Jul 2025 11:24:49 +0200 Subject: [PATCH] clarification --- DOCUMENTATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DOCUMENTATION.md b/DOCUMENTATION.md index bc75c572..4a9ea2f7 100644 --- a/DOCUMENTATION.md +++ b/DOCUMENTATION.md @@ -146,7 +146,7 @@ All configuration options are described in detail in the In its default configuration since 3.5.0 Radicale rejects by default all authentication by `type = denyall` (introduced with 3.2.2) until explicitly configured. -Before 3.5.0 it didn't check usernames or passwords, and if the server is reachable over a network, you should change this as soon as possible. +Before 3.5.0 it didn't check usernames or passwords if not explicitly configured, and if the server is reachable over a network, you should change this as soon as possible. First a `users` file with all usernames and passwords must be created. It can be stored in the same directory as the configuration file.