Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,13 @@ 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
Expand Down