-
Notifications
You must be signed in to change notification settings - Fork 10.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing useful fields in admin user list #5110
Comments
Moreover, enable sorting on those fields would not hurt anybody. |
Just to add some contextual need for this: we have a lot of users join our team, that we then want to deactivate, and we audit that list often. It's awfully tedious to click each user and check their status when you've started using the product for months in a busy business. |
vlogic
pushed a commit
to vlogic/Rocket.Chat
that referenced
this issue
Apr 26, 2017
vlogic
added a commit
to vlogic/Rocket.Chat
that referenced
this issue
Apr 26, 2017
engelgabriel
added a commit
that referenced
this issue
Apr 26, 2017
Missing useful fields in admin user list #5110
Syirrus
pushed a commit
to Syirrus/Rocket.Chat
that referenced
this issue
Apr 28, 2017
…nto clarapy-v4 * 'develop' of https://github.com/RocketChat/Rocket.Chat: (218 commits) fix starredMessages.js remove coffee file Update starredMessages.js LingoHub Update 🚀 createToken - tested if the generated token is valid createToken just receive userId Anonymous Write: Fix permissions AccountBox: Show username instead of name when name is not available create a method 'create token' Missing useful fields in admin user list RocketChat#5110 Missing useful fields in admin user list RocketChat#5110 fix german translation (RocketChat#6790) [FIX] Improve and correct Iframe Integration help text (RocketChat#6793) Fixed 😄 test Quoted and replied messages should retain the alias when displaying the message. Hide users tryping if on iframe Wait for iframe setting to start sending postMessages Try to directly install screen share extension [NEW] Option to allow to signup as anonymous Fix RocketChat#6787, run the user update function in the api as the calling user ... # Conflicts: # .meteor/versions # packages/rocketchat-lib/server/startup/settings.coffee
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Your Rocket.Chat version: latest
I can see from the source code that we have only three hard-coded fields in user list. Please at least add user role and user status(whether user has been deactivated) to the fields.
https://github.com/RocketChat/Rocket.Chat/blob/a4e380814db3a2de2ead34f8529d5ea3c22f97d9/packages/rocketchat-ui-admin/admin/users/adminUsers.html
The text was updated successfully, but these errors were encountered: