From 4da0800ed16c2fc46ef9ffcd12e86935e4e40eae Mon Sep 17 00:00:00 2001 From: gyl <80454341+goten7@users.noreply.github.com> Date: Tue, 16 Apr 2024 13:59:48 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E4=BC=98=E5=8C=96=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E6=8F=90=E7=A4=BA=E8=AF=AD=E5=8F=A5=20(#286)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/i18n/authentication/messages_en.properties | 2 +- .../main/resources/i18n/authentication/messages_zh.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hsweb-authorization/hsweb-authorization-api/src/main/resources/i18n/authentication/messages_en.properties b/hsweb-authorization/hsweb-authorization-api/src/main/resources/i18n/authentication/messages_en.properties index a65a77de1..1f4814b9c 100644 --- a/hsweb-authorization/hsweb-authorization-api/src/main/resources/i18n/authentication/messages_en.properties +++ b/hsweb-authorization/hsweb-authorization-api/src/main/resources/i18n/authentication/messages_en.properties @@ -1,7 +1,7 @@ error.access_denied=Access Denied error.permission_denied=Permission Denied [{0}]:{1} error.logged_in_elsewhere=User logged in elsewhere -error.illegal_password=Bad username or password +error.illegal_password=The username and password are incorrect or the user has been disabled error.illegal_user_password=Bad Password error.user_disabled=User is disabled # diff --git a/hsweb-authorization/hsweb-authorization-api/src/main/resources/i18n/authentication/messages_zh.properties b/hsweb-authorization/hsweb-authorization-api/src/main/resources/i18n/authentication/messages_zh.properties index 7349e8bda..9d34f7188 100644 --- a/hsweb-authorization/hsweb-authorization-api/src/main/resources/i18n/authentication/messages_zh.properties +++ b/hsweb-authorization/hsweb-authorization-api/src/main/resources/i18n/authentication/messages_zh.properties @@ -1,7 +1,7 @@ error.access_denied=权限不足,拒绝访问! error.permission_denied=当前用户无权限[{0}]:{1} error.logged_in_elsewhere=该用户已在其他地方登陆 -error.illegal_password=用户名或密码错误 +error.illegal_password=用户名密码错误或用户已被禁用 error.illegal_user_password=密码错误 error.user_disabled=用户已被禁用 #