注册密码格式校验

This commit is contained in:
lzp
2026-03-31 14:36:13 +08:00
parent ae5de3f6f3
commit bd91dc7424
9 changed files with 130 additions and 10 deletions

View File

@@ -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',

View File

@@ -16,6 +16,8 @@ export default {
forgotPassword: '忘记密码?',
pleaseInputName: '请输入姓名',
nameLengthError: '姓名长度必须在 {min} 到 {max} 个字符之间',
passwordSpecial:'必须包含特殊符号',
passwordCase:'大小写字母与数字混合组合',
pleaseInputEmail: '请输入邮箱',
emailFormatError: '请输入正确的邮箱',
pleaseInputPassword: '请输入密码',