From 4f32939ec3500d08a2b68cf02cb7a7b49f2b7dee Mon Sep 17 00:00:00 2001 From: Tealk <12276250+Tealk@users.noreply.github.com> Date: Mon, 4 Jul 2022 11:16:57 +0200 Subject: Update config.default.php (#4434) * Update config.default.php description of default_user adapted * Update config.default.php Co-authored-by: Alexandre Alapetite --- config.default.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.default.php') diff --git a/config.default.php b/config.default.php index 6b024db6d..37eb4d6d5 100644 --- a/config.default.php +++ b/config.default.php @@ -36,7 +36,7 @@ return array( # Example: ' Hello' 'logo_html' => '', - # Name of the user that has administration rights. + # Name of the default user. Also used as the public user for anonymous reading. 'default_user' => '_', # Force users to validate their email address. If `true`, an email with a -- cgit v1.2.3