diff options
author | guillaume-peoch-sonarsource <guillaume.peoch@sonarsource.com> | 2023-12-18 11:26:10 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-12-22 20:03:03 +0000 |
commit | f7b41e437a2b9a1a8f51e59e24d0979480db66ad (patch) | |
tree | 5b2d71d5c77cb79c576347d014d383fb42b5ec0b /server/sonar-auth-github/src | |
parent | 9a2376fc69892ece076d123cedbb0811173df8e1 (diff) | |
download | sonarqube-f7b41e437a2b9a1a8f51e59e24d0979480db66ad.tar.gz sonarqube-f7b41e437a2b9a1a8f51e59e24d0979480db66ad.zip |
SONAR-21247 Add button to trigger the sync
Diffstat (limited to 'server/sonar-auth-github/src')
-rw-r--r-- | server/sonar-auth-github/src/main/java/org/sonar/auth/github/GitHubSettings.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-auth-github/src/main/java/org/sonar/auth/github/GitHubSettings.java b/server/sonar-auth-github/src/main/java/org/sonar/auth/github/GitHubSettings.java index cd7790371f6..5a50ee8980d 100644 --- a/server/sonar-auth-github/src/main/java/org/sonar/auth/github/GitHubSettings.java +++ b/server/sonar-auth-github/src/main/java/org/sonar/auth/github/GitHubSettings.java @@ -227,7 +227,7 @@ public class GitHubSettings implements DevOpsPlatformSettings { .build(), PropertyDefinition.builder(ALLOW_USERS_TO_SIGN_UP) .name("Allow users to sign up") - .description("Allow new users to authenticate. When set to 'false', only existing users will be able to authenticate to the server.") + .description("Allow new users to authenticate. When set to disabled, only existing users will be able to authenticate to the server.") .category(CATEGORY) .subCategory(SUBCATEGORY) .type(BOOLEAN) |