aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>2015-05-20 16:54:35 +0200
committerJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>2015-05-26 16:04:31 +0200
commit51ca401244b0e9da3fb32f5bfd9ef8cc61806221 (patch)
tree9e93ae42ddd241f96de257a731289b2993034021 /sonar-core
parentffc5bbb3c82d034003e18e09093e3632ce367397 (diff)
downloadsonarqube-51ca401244b0e9da3fb32f5bfd9ef8cc61806221.tar.gz
sonarqube-51ca401244b0e9da3fb32f5bfd9ef8cc61806221.zip
SONAR-6468 Restore unprivileged password change
* Check if external authentication is in use (currently done on UI side) * Allow a user to change their own password
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties1
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 83ca78d5b1f..07880341d8b 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -2089,6 +2089,7 @@ user.reactivated=The user '{0}' has been reactivated.
user.add_scm_account=Add SCM account
user.scm_account_already_used=The scm account '{0}' is already used by user(s) : '{1}'
user.login_or_email_used_as_scm_account=Login and email are automatically considered as SCM accounts
+user.password_cant_be_changed_on_external_auth=Password cannot be changed when external authentication is used
#------------------------------------------------------------------------------