Browse Source

SONAR-8151 make property sonar.organizations.anyoneCanCreate hidden

tags/6.3-RC1
Sébastien Lesaint 7 years ago
parent
commit
24a9190bc4

+ 1
- 0
sonar-core/src/main/java/org/sonar/core/config/CorePropertyDefinitions.java View File

@@ -253,6 +253,7 @@ public class CorePropertyDefinitions {
.defaultValue(Boolean.toString(false))
.category(CATEGORY_ORGANIZATIONS)
.type(PropertyType.BOOLEAN)
.hidden()
.build(),
PropertyDefinition.builder(ORGANIZATIONS_CREATE_PERSONAL_ORG)
.name("Create an organization for each new user")

Loading…
Cancel
Save