Conversation
Add a modal component that allows admins to edit user display_name,
email, phone/mobile, reset password, and toggle is_active status.
The modal calls PATCH /api/users/{id}/profile. Each user row now has
an "Edit Info" button alongside the existing quota editor. Added
corresponding i18n keys for both en.json and zh.json.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
Thanks for the frontend update. I do not think we should merge this right now. A couple of concrete issues:
More importantly, product-wise we do not want to expand admin-side editing of user personal information in the short term. For now, users should update their own profile information after logging in. Admin user management should stay focused on role/status/quota management unless we intentionally design a broader account-administration flow. Could you close or revise this PR accordingly? If we revisit this later, it should come with a clear backend API design, permission model, and product decision for which fields admins are allowed to edit. |
This regrouped PR carries forward original PR #347.\n\nScope: admin user-management frontend updates only.