feat: 支持展示并复制重置后的密码

- 账号重置接口返回本次使用的默认强密码

- 管理端新增紧凑结果弹窗与复制反馈

- 补充服务测试和中英文文案
This commit is contained in:
2026-07-30 14:17:44 +08:00
parent 766554bf63
commit 5f11219226
8 changed files with 253 additions and 8 deletions

View File

@@ -29,6 +29,11 @@
"resetPassword": "Reset Password",
"resetPasswordConfirm": "Reset this account password to the system default strong password? The user will be required to change it on next login.",
"resetPasswordSuccess": "Password has been reset to the system default strong password and must be changed on next login",
"resetPasswordResultTitle": "Password Reset Successful",
"resetPasswordResultDescription": "Copy the password and share it securely. The user must change it at the next sign-in.",
"resetPasswordResultLabel": "New Password",
"resetPasswordResultMissing": "The password was reset, but the new password was not returned. Contact an administrator.",
"copyPassword": "Copy password",
"batchSelectedCount": "{count} selected",
"batchToolbarHint": "Batch actions are available for selected accounts",
"batchActionSelectRequired": "Please select at least one account",

View File

@@ -30,6 +30,11 @@
"resetPassword": "重置密码",
"resetPasswordConfirm": "确认将该用户密码重置为系统默认强密码吗?重置后用户下次登录必须先修改密码。",
"resetPasswordSuccess": "密码已重置为系统默认强密码,用户下次登录需修改密码",
"resetPasswordResultTitle": "密码重置成功",
"resetPasswordResultDescription": "请复制密码并安全地告知用户,用户下次登录时需修改密码。",
"resetPasswordResultLabel": "新密码",
"resetPasswordResultMissing": "密码已重置,但接口未返回新密码,请联系管理员",
"copyPassword": "复制密码",
"batchSelectedCount": "已选择 {count} 项",
"batchToolbarHint": "可对选中账号执行批量操作",
"batchActionSelectRequired": "请先选择要操作的账号",