fix:重置密码界面修改重置条件
This commit is contained in:
@@ -271,7 +271,15 @@ const local: any = {
|
||||
validationError: 'Validation failed, please try again'
|
||||
},
|
||||
resetPwd: {
|
||||
title: 'Reset Password'
|
||||
title: 'Reset Password',
|
||||
oldPassword: 'Current Password',
|
||||
oldPasswordPlaceholder: 'Please enter current password',
|
||||
oldPasswordRequired: 'Please enter current password',
|
||||
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'
|
||||
},
|
||||
bindWeChat: {
|
||||
title: 'Bind WeChat'
|
||||
|
||||
@@ -271,7 +271,15 @@ const local:any = {
|
||||
validationError: '验证失败,请重试'
|
||||
},
|
||||
resetPwd: {
|
||||
title: '重置密码'
|
||||
title: '重置密码',
|
||||
oldPassword: '原密码',
|
||||
oldPasswordPlaceholder: '请输入原密码',
|
||||
oldPasswordRequired: '请输入原密码',
|
||||
newPassword: '新密码',
|
||||
passwordSameAsOld: '新密码不能与原密码相同',
|
||||
passwordLength: '密码长度不能小于6位',
|
||||
byPassword: '通过原密码重置',
|
||||
byEmail: '通过邮箱验证码重置'
|
||||
},
|
||||
bindWeChat: {
|
||||
title: '绑定微信'
|
||||
|
||||
Reference in New Issue
Block a user