新增重置密码以及密码复杂度
This commit is contained in:
@@ -307,6 +307,8 @@ const local:any = {
|
||||
agreeTerms: '我已阅读并同意用户协议和隐私政策',
|
||||
code:'验证码',
|
||||
password:'密码',
|
||||
newPassword:'新密码',
|
||||
oldPassword:'旧密码',
|
||||
confirmPassword:'再次输入密码',
|
||||
basicInfo: '基本信息',
|
||||
terms: '协议条款',
|
||||
@@ -981,7 +983,7 @@ const local:any = {
|
||||
},
|
||||
pwd: {
|
||||
required: '请输入密码',
|
||||
invalid: '密码格式不正确,6-18位字符,包含字母、数字、下划线'
|
||||
invalid: '密码至少包含大小写字母、数字、特殊符号,且不少于6位'
|
||||
},
|
||||
confirmPwd: {
|
||||
required: '请输入确认密码',
|
||||
|
||||
Reference in New Issue
Block a user