Open geoff-maddock opened 3 months ago
Some users expressed a desire to not have their emails or other contact info visible. Add a setting that makes the profile/contact public or private, and default to private.
To dev and prod db: added profiles.setting_public_profile tinyint default 0 (bool)
profiles.setting_public_profile
Some users expressed a desire to not have their emails or other contact info visible. Add a setting that makes the profile/contact public or private, and default to private.