feat: 支持账号导入与强制改密
- 新增账号导入模板下载、导入校验和默认密码重置标记 - 支持管理员重置密码并在登录后强制跳转修改密码 - 管理端与用户中心接入强密码校验和密码重置流程
This commit is contained in:
@@ -23,5 +23,23 @@
|
||||
"newPwd": "NewPassword",
|
||||
"confirmPwd": "ConfirmPassword",
|
||||
"repeatPwd": "Please confirm your password again",
|
||||
"notSamePwd": "The two passwords are inconsistent"
|
||||
"notSamePwd": "The two passwords are inconsistent",
|
||||
"passwordStrongTip": "Password must be at least 8 characters and include uppercase, lowercase, numbers, and special characters",
|
||||
"forceChangePasswordNavigateTip": "For account security, please change your password before visiting other pages.",
|
||||
"resetPassword": "Reset Password",
|
||||
"resetPasswordConfirm": "Reset this account password to 123456? The user will be required to change it on next login.",
|
||||
"resetPasswordSuccess": "Password has been reset to 123456 and must be changed on next login",
|
||||
"importTitle": "Import Users",
|
||||
"importUploadTitle": "Drag the Excel file here, or click to select a file",
|
||||
"importUploadDesc": "Only .xlsx / .xls files are supported. Import only creates users and duplicate accounts will fail.",
|
||||
"importSelectFileRequired": "Please select a file to import",
|
||||
"downloadTemplate": "Download Template",
|
||||
"importFinished": "User import completed",
|
||||
"importResultTitle": "Import Result",
|
||||
"importTotalCount": "Total",
|
||||
"importSuccessCount": "Success",
|
||||
"importErrorCount": "Failed",
|
||||
"importRowNumber": "Row",
|
||||
"importDeptCode": "Dept Code",
|
||||
"importReason": "Reason"
|
||||
}
|
||||
|
||||
@@ -24,5 +24,23 @@
|
||||
"newPwd": "新密码",
|
||||
"confirmPwd": "确认密码",
|
||||
"repeatPwd": "请再次输入密码",
|
||||
"notSamePwd": "两次输入的密码不一致"
|
||||
"notSamePwd": "两次输入的密码不一致",
|
||||
"passwordStrongTip": "密码必须至少 8 位,且包含大写字母、小写字母、数字和特殊字符",
|
||||
"forceChangePasswordNavigateTip": "为了账户安全,请先修改密码后再继续访问其他页面",
|
||||
"resetPassword": "重置密码",
|
||||
"resetPasswordConfirm": "确认将该用户密码重置为 123456 吗?重置后用户下次登录必须先修改密码。",
|
||||
"resetPasswordSuccess": "密码已重置为 123456,用户下次登录需修改密码",
|
||||
"importTitle": "导入用户",
|
||||
"importUploadTitle": "拖拽 Excel 文件到此处,或点击选择文件",
|
||||
"importUploadDesc": "仅支持 .xlsx / .xls,导入只新增用户,重复账号会报错",
|
||||
"importSelectFileRequired": "请先选择要导入的文件",
|
||||
"downloadTemplate": "下载导入模板",
|
||||
"importFinished": "用户导入完成",
|
||||
"importResultTitle": "导入结果",
|
||||
"importTotalCount": "总条数",
|
||||
"importSuccessCount": "成功数",
|
||||
"importErrorCount": "失败数",
|
||||
"importRowNumber": "行号",
|
||||
"importDeptCode": "部门编码",
|
||||
"importReason": "失败原因"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user