fix:重置密码界面接通
This commit is contained in:
@@ -207,7 +207,8 @@ const local: any = {
|
||||
registerSuccess:'Register successfully',
|
||||
welcomeBack: 'Welcome back, {username} !',
|
||||
checkCode: 'Please check the verification code',
|
||||
emailPlaceholder:'Please enter the email'
|
||||
emailPlaceholder:'Please enter the email',
|
||||
getCodeFailed: 'Failed to get verification code, please try again'
|
||||
},
|
||||
pwdLogin: {
|
||||
title: 'Password Login',
|
||||
@@ -218,7 +219,8 @@ const local: any = {
|
||||
otherLoginMode: 'Other Login Mode',
|
||||
superAdmin: 'Super Admin',
|
||||
admin: 'Admin',
|
||||
user: 'User'
|
||||
user: 'User',
|
||||
loginFailed: 'Login failed, please check your username and password'
|
||||
},
|
||||
codeLogin: {
|
||||
title: 'Verification Code Login',
|
||||
@@ -278,8 +280,8 @@ const local: any = {
|
||||
newPassword: 'New Password',
|
||||
passwordSameAsOld: 'New password cannot be the same as current password',
|
||||
passwordLength: 'Password must be at least 6 characters',
|
||||
byPassword: 'Reset by Password',
|
||||
byEmail: 'Reset by Email Code'
|
||||
resetSuccess: 'Password reset successfully',
|
||||
resetFailed: 'Password reset failed, please try again'
|
||||
},
|
||||
bindWeChat: {
|
||||
title: 'Bind WeChat'
|
||||
|
||||
@@ -207,7 +207,8 @@ const local:any = {
|
||||
registerSuccess:'注册成功',
|
||||
welcomeBack: '欢迎回来,{username} !',
|
||||
checkCode: '请输入验证码',
|
||||
emailPlaceholder:'请输入邮箱'
|
||||
emailPlaceholder:'请输入邮箱',
|
||||
getCodeFailed: '获取验证码失败,请重试'
|
||||
},
|
||||
pwdLogin: {
|
||||
title: '密码登录',
|
||||
@@ -218,7 +219,8 @@ const local:any = {
|
||||
otherLoginMode: '其他登录方式',
|
||||
superAdmin: '超级管理员',
|
||||
admin: '管理员',
|
||||
user: '普通用户'
|
||||
user: '普通用户',
|
||||
loginFailed: '登录失败,请检查用户名和密码'
|
||||
},
|
||||
codeLogin: {
|
||||
title: '验证码登录',
|
||||
@@ -279,7 +281,9 @@ const local:any = {
|
||||
passwordSameAsOld: '新密码不能与原密码相同',
|
||||
passwordLength: '密码长度不能小于6位',
|
||||
byPassword: '通过原密码重置',
|
||||
byEmail: '通过邮箱验证码重置'
|
||||
byEmail: '通过邮箱验证码重置',
|
||||
resetSuccess: '密码重置成功',
|
||||
resetFailed: '密码重置失败,请重试'
|
||||
},
|
||||
bindWeChat: {
|
||||
title: '绑定微信'
|
||||
|
||||
Reference in New Issue
Block a user