diff --git a/apps/web-antd/src/views/_core/authentication/login.vue b/apps/web-antd/src/views/_core/authentication/login.vue index 30227d2..7865cd9 100644 --- a/apps/web-antd/src/views/_core/authentication/login.vue +++ b/apps/web-antd/src/views/_core/authentication/login.vue @@ -179,6 +179,7 @@ const formSchema = computed((): VbenFormSchema[] => { :show-forget-password="false" :show-qrcode-login="false" :show-third-party-login="false" + :show-register="false" @submit="handleLogin" @third-login="handleThirdLogin" /> diff --git a/apps/web-antd/src/views/_core/profile/modules/reset-pwd.vue b/apps/web-antd/src/views/_core/profile/modules/reset-pwd.vue index e7a0103..e788eb2 100644 --- a/apps/web-antd/src/views/_core/profile/modules/reset-pwd.vue +++ b/apps/web-antd/src/views/_core/profile/modules/reset-pwd.vue @@ -88,7 +88,13 @@ async function handleSubmit(values: Recordable) { diff --git a/apps/web-antd/src/views/system/user/modules/reset-password-form.vue b/apps/web-antd/src/views/system/user/modules/reset-password-form.vue index 0642f49..71db59b 100644 --- a/apps/web-antd/src/views/system/user/modules/reset-password-form.vue +++ b/apps/web-antd/src/views/system/user/modules/reset-password-form.vue @@ -61,6 +61,11 @@ const [Modal, modalApi] = useVbenModal({ diff --git a/packages/effects/common-ui/src/ui/authentication/reset-password.vue b/packages/effects/common-ui/src/ui/authentication/reset-password.vue index 3910129..fced9ce 100644 --- a/packages/effects/common-ui/src/ui/authentication/reset-password.vue +++ b/packages/effects/common-ui/src/ui/authentication/reset-password.vue @@ -89,7 +89,9 @@ defineExpose({ diff --git a/packages/locales/src/langs/en-US/authentication.json b/packages/locales/src/langs/en-US/authentication.json index c5157db..d22dcaf 100644 --- a/packages/locales/src/langs/en-US/authentication.json +++ b/packages/locales/src/langs/en-US/authentication.json @@ -4,7 +4,7 @@ "pageDesc": "", "loginSuccess": "Login Successful", "loginSuccessDesc": "Welcome Back", - "loginSubtitle": "Enter your account details to manage your projects", + "loginSubtitle": "Enter your LDAP account to manage your projects", "selectAccount": "Quick Select Account", "username": "Username", "password": "Password", @@ -33,7 +33,7 @@ "passwordStrength": "Use 8 or more characters with a mix of letters, numbers & symbols", "forgetPassword": "Forget Password?", "forgetPasswordSubtitle": "Enter your email and we'll send you instructions to reset your password", - "firstLoginResetPassword": "Please reset your password on first login", + "firstLoginResetPassword": "Please reset your LDAP password on first login (Note: This password is the same as NAS and MrDoc passwords)", "resetPasswordSuccess": "Reset password success", "emailTip": "Please enter email", "emailValidErrorTip": "The email format you entered is incorrect", diff --git a/packages/locales/src/langs/zh-CN/authentication.json b/packages/locales/src/langs/zh-CN/authentication.json index a86959e..ce6d21d 100644 --- a/packages/locales/src/langs/zh-CN/authentication.json +++ b/packages/locales/src/langs/zh-CN/authentication.json @@ -4,7 +4,7 @@ "pageDesc": "", "loginSuccess": "登录成功", "loginSuccessDesc": "欢迎回来", - "loginSubtitle": "请输入您的帐户信息以开始管理您的项目", + "loginSubtitle": "请输入您的LDAP账号以开始管理您的项目", "selectAccount": "快速选择账号", "username": "账号", "password": "密码", @@ -33,7 +33,7 @@ "passwordStrength": "使用 8 个或更多字符,混合字母、数字和符号", "forgetPassword": "忘记密码?", "forgetPasswordSubtitle": "输入您的电子邮件,我们将向您发送重置密码的连接", - "firstLoginResetPassword": "首次登录请重置密码", + "firstLoginResetPassword": "首次登录请重置LDAP密码(注意:该密码和NAS、觅思的密码一致!)", "resetPasswordSuccess": "重置密码成功", "emailTip": "请输入邮箱", "emailValidErrorTip": "你输入的邮箱格式不正确",