2
0

fix:重置密码界面修改重置条件

This commit is contained in:
zhongzm
2025-01-15 18:15:17 +08:00
parent fc177c6b88
commit dc520a14c4
3 changed files with 134 additions and 15 deletions

View File

@@ -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'