-
Notifications
You must be signed in to change notification settings - Fork 12
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
/admin/users search #296
Comments
This could be a good introductory task for someone who is already familiar with Python and SQLAlchemy; it should not be particularly difficult and should be a low-risk change. |
Do you still need help with this? |
Hi: sorry for taking so long to respond. We're always open to outside contributions. In /admin/users, we have a list of users; we currently display the fields 'Name' (typically a realname), 'username' (a random string provided by our auth provider, coreos/dex, or a static 'login name' provided for internally-configured users), an email address, and a few other data fields (as per wuvt-site/wuvt/templates/admin/users.html Lines 24 to 34 in 7ba9a84
For example, when I log in through our dex instance with my github account, I show up as:
Ideally, I should be able to search any of these data values, and thus limit the displayed users, but just searching for matches in Does that answer your questions? |
/admin/users list gets very long with many users and multiple auth providers. It should have some search functionality.
The text was updated successfully, but these errors were encountered: