feat: 邮箱密码修改
This commit is contained in:
@@ -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