diff options
author | Philippe Perrin <philippe.perrin@sonarsource.com> | 2022-10-26 11:12:22 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-10-26 20:03:10 +0000 |
commit | 47012e64f35a8b63575e40efed7981a37979945a (patch) | |
tree | 2b51c0450b1aa58ffe4f946e1fe6585afb9437d4 /sonar-core | |
parent | dc592db7bb160b5c43fae1fcfd7e222ed0c875a1 (diff) | |
download | sonarqube-47012e64f35a8b63575e40efed7981a37979945a.tar.gz sonarqube-47012e64f35a8b63575e40efed7981a37979945a.zip |
SONAR-17515 Add an info box on the authentication settings page to advertise about the login message feature
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 2 |
1 files changed, 2 insertions, 0 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 5b019925235..c97ca79b413 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1271,6 +1271,8 @@ settings.almintegration.feature.alm_repo_import.disabled.no_url=This feature is settings.almintegration.tabs.authentication_moved=You can delegate authentication to this DevOps Platform. The relevant settings are under the {link} section. settings.authentication.title=Authentication +settings.authentication.custom_message_information=You can define a custom log-in message to appear on the log-in page to help your users authenticate. The relevant settings are available under the {link} section. +settings.authentication.custom_message_information.link=General settings.authentication.description=The following settings allow you to delegate authentication via SAML, or any of the following DevOps Platforms: GitHub, GitLab, and Bitbucket. settings.authentication.help=If you need help setting up authentication, read our dedicated {link}. settings.authentication.help.link=documentation |