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",