Commit 8dec8f5d authored by Russell Dickenson's avatar Russell Dickenson

Merge branch 'al-user-cap-docs-update' into 'master'

Update User Cap docs to remove the feature flag

See merge request gitlab-org/gitlab!53793
parents 7281c770 7f68b4eb
...@@ -53,9 +53,7 @@ To enforce confirmation of the email address used for new sign ups: ...@@ -53,9 +53,7 @@ To enforce confirmation of the email address used for new sign ups:
## User cap **(FREE SELF)** ## User cap **(FREE SELF)**
> - [Introduced](https://gitlab.com/groups/gitlab-org/-/epics/4315) in GitLab 13.7. > - [Introduced](https://gitlab.com/groups/gitlab-org/-/epics/4315) in GitLab 13.7.
> - It's [deployed behind a feature flag](../../feature_flags.md), enabled by default. > - [Feature flag removed](https://gitlab.com/gitlab-org/gitlab/-/issues/292600) in GitLab 13.9.
> - It's recommended for production use.
> - For GitLab self-managed instances, GitLab administrators can opt to [disable it](#enable-or-disable-user-cap). **(FREE SELF)**
When the number of billable users reaches the user cap, any user who is added or requests access must be When the number of billable users reaches the user cap, any user who is added or requests access must be
[approved](../approving_users.md#approving-a-user) by an administrator before they can start using [approved](../approving_users.md#approving-a-user) by an administrator before they can start using
...@@ -64,25 +62,6 @@ their account. ...@@ -64,25 +62,6 @@ their account.
If an administrator increases or removes the user cap, the users in pending approval state are If an administrator increases or removes the user cap, the users in pending approval state are
automatically approved in a background job. automatically approved in a background job.
### Enable or disable User cap **(FREE SELF)**
User cap is under development but ready for production use.
It is deployed behind a feature flag that is **enabled by default**.
[GitLab administrators with access to the GitLab Rails console](../../../administration/feature_flags.md)
can opt to disable it.
To disable it:
```ruby
Feature.disable(:admin_new_user_signups_cap)
```
To enable it:
```ruby
Feature.enable(:admin_new_user_signups_cap)
```
## Soft email confirmation ## Soft email confirmation
> - [Introduced](https://gitlab.com/gitlab-org/gitlab-foss/-/issues/47003) in GitLab 12.2. > - [Introduced](https://gitlab.com/gitlab-org/gitlab-foss/-/issues/47003) in GitLab 12.2.
......
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