From 458cff671f946eecb5696d2f7f873e7004a81966 Mon Sep 17 00:00:00 2001 From: Mathieu Suen Date: Wed, 25 Nov 2020 15:09:54 +0100 Subject: SONAR-14175 Adding the reset password form. --- sonar-core/src/main/resources/org/sonar/l10n/core.properties | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sonar-core') 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 1917398eb95..38cefcb7b22 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1824,11 +1824,10 @@ my_profile.email=Email my_profile.groups=Groups my_profile.scm_accounts=SCM Accounts my_profile.scm_accounts.tooltip=SCM accounts are used for automatic issue assignment. Login and email are automatically considered as SCM account. -my_profile.password.title=Change password +my_profile.password.title=Enter a new password my_profile.password.old=Old Password my_profile.password.new=New Password my_profile.password.confirm=Confirm Password -my_profile.password.submit=Change password my_profile.password.changed=The password has been changed! my_profile.notifications.submit=Save changes my_profile.overall_notifications.title=Overall notifications @@ -1866,6 +1865,8 @@ my_account.add_project.azure=Azure DevOps my_account.add_project.bitbucket=Bitbucket my_account.add_project.github=GitHub my_account.add_project.gitlab=GitLab +my_account.reset_password=Update your password +my_account.reset_password.explain=This account should not use the default password. my_account.create_new_project_portfolio_or_application=Analyze new project / Create new portfolio or application -- cgit v1.2.3