-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Description
Description
Currently, the Users Manager (manager/users) displays a fixed set of columns in the users table. For administrative and community management purposes, it would be very useful to allow administrators to select which additional user fields should be displayed as columns.
This feature would reduce the need to open individual user profiles and provide a clearer directory-style view of users.
Proposed Feature
Add a configuration option in manager/users to:
- Enable column selection for the users table.
- Allow admins to choose which extra user fields should be visible as table columns.
- Use existing user fields only (no new sensitive data).
Example User Fields
The selectable columns should support all existing user fields, for example:
{
"name": "alejandrodl",
"email": "alejandro1173@ole.org",
"language": "Español",
"phoneNumber": "58584845",
"birthDate": "1973-11-11T06:00:00.000Z",
"gender": "male",
"level": "Beginner"
}Use Case
- Each server represents a single community.
- Administrators need a directory-style view of community members.
- Only general, non-sensitive information is displayed.
- The configuration should be reusable across multiple communities.
Expected Behavior
- The default users table remains unchanged.
- Admins can open a "Manage Columns" (or similar) option.
- Selected fields appear as additional columns in the table.
- Works with existing filters, pagination, and sorting.
Benefits
- Faster access to relevant user information.
- Improved community management and reporting.
- Better usability without impacting existing workflows.

Metadata
Metadata
Assignees
Labels
No labels