aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorguillaume-peoch-sonarsource <guillaume.peoch@sonarsource.com>2024-09-30 14:00:20 +0200
committersonartech <sonartech@sonarsource.com>2024-10-07 20:03:16 +0000
commitd52a84bfc232a677722f2757a969e463302edf16 (patch)
tree2648a397b61d2d784e814d26ab2db531b89ce565 /sonar-core
parent34c53d379e7cdcd358f394bd83a2e89cf301a258 (diff)
downloadsonarqube-d52a84bfc232a677722f2757a969e463302edf16.tar.gz
sonarqube-d52a84bfc232a677722f2757a969e463302edf16.zip
SONAR-23001 Improve validation form when creating a new user
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties4
1 files changed, 4 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 13b129c101b..fcc4c001880 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -5486,7 +5486,11 @@ users.list=Users list
users.update_user=Update User
users.cannot_update_delegated_user=You cannot update the name and email of this user, as it is controlled by an external identity provider.
users.minimum_x_characters=Minimum {0} characters
+users.login_already_used=This login is already in use. Please choose another one.
+users.login_invalid_characters=Login should contain only letters, numbers, and .-_@
+users.login_start_with_letter_or_number=Login should start with _ or alphanumeric.
users.email=Email
+users.email.invalid=Invalid email
users.last_connection=Last connection
users.last_sonarlint_connection=Last SonarLint connection
users.last_sonarlint_connection.help_text=The time of the last connection from SonarLint indicates that the user used SonarLint in connected mode.