Commit 5966d40b authored by Mike Jang's avatar Mike Jang

Merge branch 'mushakov-master-patch-01240' into 'master'

Adding feature flags that are required for GMA

See merge request gitlab-org/gitlab!51232
parents f7589671 d6069238
......@@ -52,11 +52,13 @@ assertions to be able to create a user.
## Feature flag **(PREMIUM ONLY)**
The group-managed accounts feature is behind a feature flag: `group_managed_accounts`. The flag is disabled by default.
The group-managed accounts feature is behind these feature flags: `group_managed_accounts`, `sign_up_on_sso` and `convert_user_to_group_managed_accounts`. The flags are disabled by default.
To activate the feature, ask a GitLab administrator with Rails console access to run:
```ruby
Feature.enable(:group_managed_accounts)
Feature.enable(:sign_up_on_sso)
Feature.enable(:convert_user_to_group_managed_accounts)
```
## Project restrictions for Group-managed accounts
......
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