diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2016-02-01 09:46:34 +0100 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2016-02-01 09:46:40 +0100 |
commit | 07112f7410b5f17edcce7ad8ef5728c410d01bdb (patch) | |
tree | 2e8df991cea85e9bfc88438ae0d7b3742c5e19cf /sonar-core | |
parent | 0744b45cea0624dc4fbe595df8416aa775a04554 (diff) | |
download | sonarqube-07112f7410b5f17edcce7ad8ef5728c410d01bdb.tar.gz sonarqube-07112f7410b5f17edcce7ad8ef5728c410d01bdb.zip |
SONAR-7231 add tokens help text
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 1 |
1 files changed, 1 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 952470a04bc..b09e66c3d48 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2165,6 +2165,7 @@ my_account.no_favorite_measure_filters=You do not have favorite measure filters my_account.notifications=Notifications my_account.no_project_notifications=You have not set project notifications yet. my_account.security=Security +my_account.tokens_description=If you want to enforce security by not providing credentials of a real SonarQube user to run your code scan or to invoke web services, you can provide a User Token as a replacement of the user login. This will increase the security of your installation by not letting your analysis user's password going through your network. |