- Notifications
You must be signed in to change notification settings - Fork1k
Open
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
If you try to add a user withlogin_type:none
to an organization using the drop down selector on/organizations/{org_name}
, it is impossible to select a user withlogin_type:none
.
Inspecting network requests forusers?q=<xxx>&limit=25
shows that the user is being returned but not being shown in the autocomplete dropdown list.
Relevant Log Output
n/a
Expected Behavior
User should show up.
Steps to Reproduce
- Have an existing user with login_type: none and verify they show up on
/deployment/users?filter=login_type%3Anone&page=1
- Go to
/organizations/<org name>
- Open the network tab
- Start typing the name of the given user with login_type: none and observe that they do not show up in the dropwn
Environment
- Host OS: n/a
- Coder version: main
Additional Context
No response