diff options
| author | 2022-07-04 11:16:57 +0200 | |
|---|---|---|
| committer | 2022-07-04 11:16:57 +0200 | |
| commit | 4f32939ec3500d08a2b68cf02cb7a7b49f2b7dee (patch) | |
| tree | 0727bc1c2ed3eb3f955be710fa4cce7c607ee9a8 /config.default.php | |
| parent | 509c8cae6381ec46af7c8303eb92fda6ce496a4a (diff) | |
Update config.default.php (#4434)
* Update config.default.php
description of default_user adapted
* Update config.default.php
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'config.default.php')
| -rw-r--r-- | config.default.php | 2 |
1 files changed, 1 insertions, 1 deletions
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: '<img class="logo" src="https://example.net/Hello.png" alt="Logo 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 |
