注册密码格式校验
This commit is contained in:
@@ -15,6 +15,8 @@ export default {
|
||||
forgotPassword: 'Forget password?',
|
||||
pleaseInputName: 'Please input the name',
|
||||
nameLengthError: 'Name length must be between {min} and {max} characters',
|
||||
passwordSpecial:'Must contain special characters',
|
||||
passwordCase:'Mix of uppercase, lowercase and numbers',
|
||||
pleaseInputEmail: 'Please input the email',
|
||||
emailFormatError: 'Please input the email again',
|
||||
pleaseInputPassword: 'Please input the password',
|
||||
|
||||
@@ -16,6 +16,8 @@ export default {
|
||||
forgotPassword: '忘记密码?',
|
||||
pleaseInputName: '请输入姓名',
|
||||
nameLengthError: '姓名长度必须在 {min} 到 {max} 个字符之间',
|
||||
passwordSpecial:'必须包含特殊符号',
|
||||
passwordCase:'大小写字母与数字混合组合',
|
||||
pleaseInputEmail: '请输入邮箱',
|
||||
emailFormatError: '请输入正确的邮箱',
|
||||
pleaseInputPassword: '请输入密码',
|
||||
|
||||
Reference in New Issue
Block a user