-
Notifications
You must be signed in to change notification settings - Fork 42
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
Admins wants to see usernames in the table of users #136
Comments
I just ran into this. This is highly annoying when debugging. I guess it is difficult to choose what to show here if people are using custom auth, but the username from the Password/Username provider would be much more useful. Perhaps add a selector to choose what is shown under |
Yeah and we should store the username as metadata. I can update ROS to do this. In addition, we could just have logic to show usernames when the user has one vs the userId. |
Having an |
@kraenhansen how do you plan to make this work? |
@bigfish24 I am thinking about showing a comma separated list of the users And then on the user sidebar, these providerIds will be shown in the title (instead of the ROS id), but as a badge that the user can hover to see which provider the id relates to. Something like this: |
Yeah this seems reasonable, but I would include the
Note to add the searching on |
I think its a good idea to show both ids in the table. But since it's a table of users, wouldn't |
@kraenhansen I think if you have both we should always use the terminology used elsewhere. When using custom auth you need to know the difference (though I guess we could argue for different naming everywhere). Currently, the |
Ahh okay - I see. The |
I use Realm Studio 0.0.1-alpha.8 and ROS 2.0.0-alpha.35.
When I browse the users, I am presented with long numbers in stead of names.
The text was updated successfully, but these errors were encountered: