refactor: 支持LDAP登录
This commit is contained in:
@@ -89,7 +89,9 @@ defineExpose({
|
||||
</slot>
|
||||
<template #desc>
|
||||
<slot name="subTitle">
|
||||
{{ subTitle || $t('authentication.firstLoginResetPassword') }}
|
||||
<span class="text-sm text-red-500">
|
||||
{{ subTitle || $t('authentication.firstLoginResetPassword') }}
|
||||
</span>
|
||||
</slot>
|
||||
</template>
|
||||
</Title>
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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": "你输入的邮箱格式不正确",
|
||||
|
||||
Reference in New Issue
Block a user