set default_phone_region config
This commit is contained in:
@ -15,3 +15,7 @@ abra app command nextcloud.resisttechmonopolies.online app run_occ "'maintenance
|
||||
|
||||
# Detected some missing optional indices. Occasionally new indices are added (by Nextcloud or installed applications) to improve database performance. Adding indices can sometimes take awhile and temporarily hurt performance so this is not done automatically during upgrades. Once the indices are added, queries to those tables should be faster. Use the command `occ db:add-missing-indices` to add them.
|
||||
abra app command nextcloud.resisttechmonopolies.online app run_occ "'db:add-missing-indices'"
|
||||
|
||||
# Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add "default_phone_region" with the respective ISO 3166-1 code of the region to your config file.
|
||||
# Solution found at: https://help.nextcloud.com/t/your-installation-has-no-default-phone-region-set/153632/3
|
||||
abra app command nextcloud.resisttechmonopolies.online app run_occ "'config:system:set default_phone_region --value=\"us\"'"
|
||||
|
Reference in New Issue
Block a user