diff options
author | guillaume-peoch-sonarsource <guillaume.peoch@sonarsource.com> | 2024-02-02 12:32:07 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-02-05 10:09:38 +0000 |
commit | f87b5668f3639a6fd9a2b26b1369989a55c2a810 (patch) | |
tree | d9d8f20d930882b44d17a32b21c754fedb9e7043 /sonar-core | |
parent | 95f9d0ec9698724e9785b871ac6dd5df0af1f800 (diff) | |
download | sonarqube-f87b5668f3639a6fd9a2b26b1369989a55c2a810.tar.gz sonarqube-f87b5668f3639a6fd9a2b26b1369989a55c2a810.zip |
SONAR-21508 SONAR-21483 Fix SSF-530 and Fix SSF-548
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sonar-core/src/main/resources/org/sonar/l10n/core.properties b/sonar-core/src/main/resources/org/sonar/l10n/core.properties index c43b1e3a9fb..599e3127f23 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1284,7 +1284,9 @@ settings.authentication.saml.form.save_success=Saved successfully settings.authentication.saml.form.save_partial=Saved partially settings.authentication.saml.form.save_warn=Please check the error messages in the form above, saving failed for {0} field(s). settings.authentication.saml.tooltip.required_fields=Please provide a value for the following required field(s): {0} -settings.authentication.github.organization.warning=GitHub authentication is activated but no allowed organization was provided. Please review your settings to make sure the integration is secure. {learn_more}. +settings.authentication.github.organization.warning=GitHub Authentication allows users to sign up, but no list of allowed organizations was provided. This is potentially insecure. We recommend entering a list of allowed Organizations. {learn_more}. +settings.authentication.gitlab.organization.warning=GitLab Authentication allows users to sign up, but no list of allowed groups was provided. This is potentially insecure. We recommend entering a list of allowed groups. {learn_more}. +settings.authentication.bitbucket.organization.warning=BitBucket Authentication allows users to sign up, but no list of allowed workspaces was provided. This is potentially insecure. We recommend entering a list of allowed workspaces. {learn_more}. settings.authentication.github.organization.warning.learn_more=Learn more settings.pr_decoration.binding.category=DevOps Platform Integration |