summaryrefslogtreecommitdiff
path: root/src/locales/ru-RU.json
diff options
context:
space:
mode:
authorSivaprabu Ganesan <sivaprabug@ami.com>2023-01-05 16:22:51 +0300
committerGunnar Mills <gmills@us.ibm.com>2023-02-08 00:43:29 +0300
commit2897447b94edf35002f985d4055a4699bb5333d9 (patch)
tree054d31e1b64c32da960ec62374ff0a4bd1ad15a5 /src/locales/ru-RU.json
parent9298ea3f3127cd9310238136f5712384c9b25117 (diff)
downloadwebui-vue-2897447b94edf35002f985d4055a4699bb5333d9.tar.xz
Enhanced User Management page error message
Description 1: When WebUI creates the user with an already existing username the error message will display the exact failure reason. Tested: Step 1: Login to webUI and navigate to user management page Step 2: Create new user with username "testUser1" Step 3: Create another user with same username "testUser1" Step 4: WEB UI will through the error message as "Username 'testuser1' already exists." Description 2: User can able to disable and change the root user via WebUI Now restricted to disable the root user and changing the root user privilege. Tested: Step 1: Login to Web UI with root user Step 2: Navigate to User management page Step 3: Try to modify the root user's details Step 4: WebUI won't allow to disable the user, username change and privilege change Step 5: Login Web UI with non-root user Step 6: Web UI won't allow to modify or delete the root user's details Change-Id: I0e38215b51fb058984664ec38ae9613e18043ed7 Signed-off-by: Sivaprabu Ganesan <sivaprabug@ami.com>
Diffstat (limited to 'src/locales/ru-RU.json')
-rw-r--r--src/locales/ru-RU.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/locales/ru-RU.json b/src/locales/ru-RU.json
index 8993b82d..477cde74 100644
--- a/src/locales/ru-RU.json
+++ b/src/locales/ru-RU.json
@@ -581,6 +581,7 @@
"errorBatchDisable": "Ошибка отключения %{count} пользователя. | Ошибка отключения %{count} пользователей.",
"errorBatchEnable": "Ошибка включения %{count} пользователя. | Ошибка включения %{count} пользователей.",
"errorCreateUser": "Ошибка создания пользователя '%{username}'.",
+ "errorAlreadyExistUser": "имя пользователя '%{username}' уже существует.",
"errorDeleteUser": "Ошибка удаления пользователя '%{username}'.",
"errorLoadAccountSettings": "Ошибка загрузки настроек учётной записи",
"errorLoadUsers": "Ошибка загрузки учётных записей пользователей.",