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: {
|
||||
|
||||
Reference in New Issue
Block a user