Commit f730136c authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'docs/disable-project-creation-groups' into 'master'

Update group project creation settings

See merge request gitlab-org/gitlab!17636
parents c48f1056 d58abd05
......@@ -556,6 +556,14 @@ parent.members_with_descendants.count
GroupDestroyWorker.perform_async(group_id, user_id)
```
### Modify group project creation
```ruby
# Project creation levels: 0 - No one, 1 - Maintainers, 2 - Developers + Maintainers
group = Group.find_by_path_or_name('group-name')
group.project_creation_level=0
```
## LDAP
### LDAP commands in the rails console
......
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