Commit 39688e33 by cahrens Committed by Andy Armstrong

Set default profile visibility to all_users.

parent 6c3b94d2
...@@ -2225,7 +2225,7 @@ ONLOAD_BEACON_SAMPLE_RATE = 0.0 ...@@ -2225,7 +2225,7 @@ ONLOAD_BEACON_SAMPLE_RATE = 0.0
ACCOUNT_VISIBILITY_CONFIGURATION = { ACCOUNT_VISIBILITY_CONFIGURATION = {
# Default visibility level for accounts without a specified value # Default visibility level for accounts without a specified value
# The value is one of: 'all_users', 'private' # The value is one of: 'all_users', 'private'
"default_visibility": "private", "default_visibility": "all_users",
# The list of all fields that can be shared with other users # The list of all fields that can be shared with other users
"shareable_fields": [ "shareable_fields": [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment