Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
98c431a8
Commit
98c431a8
authored
Mar 11, 2021
by
Amparo Luna
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Delete mention of an already removed FF
parent
0f600368
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
19 deletions
+0
-19
doc/user/admin_area/settings/sign_up_restrictions.md
doc/user/admin_area/settings/sign_up_restrictions.md
+0
-19
No files found.
doc/user/admin_area/settings/sign_up_restrictions.md
View file @
98c431a8
...
@@ -62,25 +62,6 @@ their account.
...
@@ -62,25 +62,6 @@ their account.
If an administrator
[
increases
](
#set-the-user-cap-number
)
or
[
removes
](
#remove-the-user-cap
)
the
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.
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
### Set the user cap number
1.
Go to
**Admin Area > Settings > General**
.
1.
Go to
**Admin Area > Settings > General**
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment