From 2d4afa68452ffbb9a9c5080c350d75d04bbbae63 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Sat, 24 Jun 2017 03:35:33 +0200 Subject: [PATCH] generate documentation from config.sample.php --- .../config_sample_php_parameters.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index f1e70467f..37338addd 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -228,6 +228,18 @@ language" override this setting after they have logged in. Defaults to ``en`` +:: + + 'force_language' => 'en', + +With this setting a language can be forced for all users. If a language is +forced, the users are also unable to change their language in the personal +settings. If users shall be unable to change their language, but users have +different languages, this value can be set to ``true`` instead of a language +code. + +Defaults to ``false`` + :: 'defaultapp' => 'files',