From 5a01d136170e6c868cca1b72e511b5ece1d516b2 Mon Sep 17 00:00:00 2001 From: Sebastian Mueller Date: Fri, 23 Jan 2026 17:04:39 +0100 Subject: [PATCH 1/2] feat(phone_region)mention possibility of no default phone region Signed-off-by: Sebastian Mueller --- .../configuration_server/config_sample_php_parameters.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index f828eed5026..f9960b0d889 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -564,6 +564,12 @@ using ISO 3166-1 country codes such as ``DE`` for Germany, ``FR`` for France, It is required to allow inserting phone numbers in the user profiles starting without the country code (e.g., +49 for Germany). +If the user base is truly international and there is no default that would make sense, the phone region can be set to none: + +:: + 'default_phone_region' => 'none', + + No default value! force_locale From 8c330b5f06762489c92e9f032344a70fe5db99b8 Mon Sep 17 00:00:00 2001 From: Sebastian Mueller Date: Sat, 24 Jan 2026 17:02:25 +0100 Subject: [PATCH 2/2] corrected formatting Signed-off-by: Sebastian Mueller --- .../configuration_server/config_sample_php_parameters.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index f9960b0d889..c6cc2c891ea 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -567,6 +567,7 @@ without the country code (e.g., +49 for Germany). If the user base is truly international and there is no default that would make sense, the phone region can be set to none: :: + 'default_phone_region' => 'none',