I have a client using librechat as a subscription business to gain access to his custom models. We really need an easy way to manage user accounts some kind of deactivation or deleting an account would be really nice. I can see in the sidebar.tsx that a users menu has been commented out, so it seems like it has been intended but for some reason paused.
},
// TODO: re-enable once user management is ready
// {
// labelKey: 'com_nav_users',
// path: '/users',
// icon: 'users',
// capability: SystemCapabilities.READ_USERS,
// },
{
https://github.com/ClickHouse/librechat-admin-panel/blob/main/src/components/Sidebar.tsx
I have a client using librechat as a subscription business to gain access to his custom models. We really need an easy way to manage user accounts some kind of deactivation or deleting an account would be really nice. I can see in the sidebar.tsx that a users menu has been commented out, so it seems like it has been intended but for some reason paused.
},
// TODO: re-enable once user management is ready
// {
// labelKey: 'com_nav_users',
// path: '/users',
// icon: 'users',
// capability: SystemCapabilities.READ_USERS,
// },
{
https://github.com/ClickHouse/librechat-admin-panel/blob/main/src/components/Sidebar.tsx