diff options
author | guillaume-peoch-sonarsource <guillaume.peoch@sonarsource.com> | 2024-09-30 14:00:20 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-10-07 20:03:16 +0000 |
commit | d52a84bfc232a677722f2757a969e463302edf16 (patch) | |
tree | 2648a397b61d2d784e814d26ab2db531b89ce565 /sonar-core | |
parent | 34c53d379e7cdcd358f394bd83a2e89cf301a258 (diff) | |
download | sonarqube-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.properties | 4 |
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. |