chore: first login modify password

This commit is contained in:
jialin
2024-06-29 20:29:11 +08:00
parent cf0113e8d8
commit d47e53114c
25 changed files with 337 additions and 113 deletions
+2 -1
View File
@@ -18,5 +18,6 @@ export default {
'users.password.lowercase': 'At least one lowercase letter',
'users.password.number': 'At least one number',
'users.password.special': 'At least one special character',
'users.password.length': 'Length between 6 and 12 characters'
'users.password.length': 'Length between 6 and 12 characters',
'users.password.modify.title': 'Modify Password'
};
+2 -1
View File
@@ -18,5 +18,6 @@ export default {
'users.password.lowercase': '至少包含一个小写字母',
'users.password.number': '至少包含一个数字',
'users.password.special': '至少包含一个特殊字符',
'users.password.length': '长度在6至12个字符之间'
'users.password.length': '长度在6至12个字符之间',
'users.password.modify.title': '修改密码'
};