Draft: Add ability to disable private profiles - frontend changes
What does this MR do and why?
Adds frontend changes for gitlab-org/gitlab#421310 (closed). Please refer gitlab-org/gitlab!135431 (merged) for backend changes
Screenshots or screen recordings
How to set up and validate locally
- Run migrations
- Enable feature flag
disallow_private_profilesFeature.enable(:disallow_private_profiles) - Make sure you have valid license to access premium features
- Visit Admin Area > General > Account and limit
- A new checkbox field with name
Make new users' profiles private by defaultis available
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.

