feat: 邮箱密码修改
This commit is contained in:
@@ -107,6 +107,7 @@ export default {
|
||||
discard: 'DISCARD',
|
||||
edit: 'EDIT',
|
||||
saveChange: 'SAVE CHANGE',
|
||||
verifyEmail: 'VERIFY EMAIL',
|
||||
saving: 'SAVING...'
|
||||
},
|
||||
dialog: {
|
||||
@@ -117,7 +118,7 @@ export default {
|
||||
resendCodeIn: 'Resend Code in {time}'
|
||||
},
|
||||
messages: {
|
||||
enterNewEmailFirst: 'Please enter your new email address first',
|
||||
enterNewEmailFirst: 'Please enter your email address first',
|
||||
invalidEmail: 'Please enter a valid email address',
|
||||
sameEmail: 'Please enter a different email address',
|
||||
alreadyVerified: 'This email has already been verified',
|
||||
@@ -125,6 +126,11 @@ export default {
|
||||
enterVerificationCode: 'Please enter the 6-digit verification code',
|
||||
verificationCompleted: 'Email verification completed',
|
||||
verifyEmailBeforeSave: 'Please verify your new email before saving',
|
||||
currentPasswordRequired: 'Please enter your current password',
|
||||
passwordLengthError: 'Password length must be between {min} and {max} characters',
|
||||
passwordSpecial: 'Password must contain special characters',
|
||||
passwordCase: 'Password must include upper/lowercase letters and numbers',
|
||||
passwordNotSameAsOld: 'New password cannot be the same as current password',
|
||||
settingsUpdated: 'Settings updated'
|
||||
},
|
||||
roles: {
|
||||
|
||||
@@ -104,6 +104,7 @@ export default {
|
||||
discard: '放弃',
|
||||
edit: '编辑',
|
||||
saveChange: '保存更改',
|
||||
verifyEmail: '验证邮箱',
|
||||
saving: '保存中...'
|
||||
},
|
||||
dialog: {
|
||||
@@ -122,6 +123,11 @@ export default {
|
||||
enterVerificationCode: '请输入 6 位验证码',
|
||||
verificationCompleted: '邮箱验证完成',
|
||||
verifyEmailBeforeSave: '请先完成新邮箱验证再保存',
|
||||
currentPasswordRequired: '请输入当前密码',
|
||||
passwordLengthError: '密码长度必须在 {min} 到 {max} 个字符之间',
|
||||
passwordSpecial: '密码必须包含特殊符号',
|
||||
passwordCase: '密码必须包含大小写字母和数字',
|
||||
passwordNotSameAsOld: '新密码不能与旧密码相同',
|
||||
settingsUpdated: '设置已更新'
|
||||
},
|
||||
roles: {
|
||||
|
||||
Reference in New Issue
Block a user