Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Support filtering Users table by login type #15896

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

Closed
matifali opened this issue Dec 17, 2024 · 2 comments
Closed

Support filtering Users table by login type #15896

matifali opened this issue Dec 17, 2024 · 2 comments
Labels
good first issue Easily solved issues suitable for starters and community contributors site Area: frontend dashboard

Comments

@matifali
Copy link
Member

matifali commented Dec 17, 2024

Description

The Users table in the UI currently lacks the ability to filter users by their login type. While this functionality is already exposed:

  • In the Terraform provider link
  • In the API endpoint (https://coder.example.com/api/v2/users/$USERNAME)

The absence of this feature in the UI hinders admins from effectively managing users based on their login methods (Password, GitHub, OIDC, or None).

An example is to find all headless users (login_type=None) when we have 1000+ users.

Notes

  • Backend support already exists; implementation primarily involves UI/UX updates.
  • Align the filter behavior with what is already exposed in Terraform and API.
@matifali matifali added the site Area: frontend dashboard label Dec 17, 2024
@matifali matifali added the good first issue Easily solved issues suitable for starters and community contributors label Jan 6, 2025
@utsavll0
Copy link
Contributor

utsavll0 commented Apr 3, 2025

Hi @matifali I would like to work on this issue

ethanndickson pushed a commit that referenced this issue Apr 9, 2025
#15896 Mentions ability to add support for filtering by login type

The issue mentions that backend API support exists but the backend did
not seem to have the support for this filter. So I have added the
ability to filter it.

I also added a corresponding update to readme file to make sure the docs
will correctly showcase this feature
@ethanndickson
Copy link
Member

Closed by #17238

johnstcn pushed a commit that referenced this issue Apr 10, 2025
#15896 Mentions ability to add support for filtering by login type

The issue mentions that backend API support exists but the backend did
not seem to have the support for this filter. So I have added the
ability to filter it.

I also added a corresponding update to readme file to make sure the docs
will correctly showcase this feature
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Easily solved issues suitable for starters and community contributors site Area: frontend dashboard
Projects
None yet
Development

No branches or pull requests

3 participants