Skip to content
Snippets Groups Projects
Commit 98c431a8 authored by Amparo Luna's avatar Amparo Luna
Browse files

Delete mention of an already removed FF

parent 0f600368
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -62,25 +62,6 @@ their account.
If an administrator [increases](#set-the-user-cap-number) or [removes](#remove-the-user-cap) the
user cap, the users in pending approval state are 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)
```
### Set the user cap number
 
1. Go to **Admin Area > Settings > General**.
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment