From e355dab69c2383fd3fac5c6d373bc39af8a5573f Mon Sep 17 00:00:00 2001 From: Antoine Vigneau Date: Thu, 1 Feb 2024 11:09:42 +0100 Subject: SONAR-21508 Fix SSF-548 --- .../src/main/java/org/sonar/auth/bitbucket/BitbucketSettings.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'server/sonar-auth-bitbucket') diff --git a/server/sonar-auth-bitbucket/src/main/java/org/sonar/auth/bitbucket/BitbucketSettings.java b/server/sonar-auth-bitbucket/src/main/java/org/sonar/auth/bitbucket/BitbucketSettings.java index 79cc551d544..ee05ce999bb 100755 --- a/server/sonar-auth-bitbucket/src/main/java/org/sonar/auth/bitbucket/BitbucketSettings.java +++ b/server/sonar-auth-bitbucket/src/main/java/org/sonar/auth/bitbucket/BitbucketSettings.java @@ -114,7 +114,9 @@ public class BitbucketSettings { .build(), PropertyDefinition.builder(WORKSPACE_ALLOWED_LIST) .name("Workspaces") - .description("Only members of at least one of these workspace will be able to authenticate. Keep empty to disable workspace restriction. You can use either the workspace name, or the workspace slug (ex: https://bitbucket.org/{workspace-slug}).") + .description("Only members of at least one of these workspace will be able to authenticate. Keep empty to disable workspace restriction. " + + "You can use either the workspace name, or the workspace slug (ex: https://bitbucket.org/{workspace-slug}). " + + "⚠ if not set, any BitBucket user will be able to authenticate to the server.") .category(CATEGORY) .subCategory(SUBCATEGORY) .multiValues(true) -- cgit v1.2.3