Skip to content

feat: allow creating manual oidc/github based users #9000

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

Merged
merged 15 commits into from
Aug 11, 2023
Prev Previous commit
Next Next commit
Add more phrasing
  • Loading branch information
Emyrk committed Aug 9, 2023
commit 1e1c1354f40814938cb1ff8ab646e9eb0833ce5b
4 changes: 3 additions & 1 deletion cli/testdata/coder_users_create_--help.golden
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ Usage: coder users create [flags]

--login-type string
Optionally specify the login type for the user. Valid values are:
password, none, github, oidc.
password, none, github, oidc. Using 'none' prevents the user from
authenticating and requires an API key/token to be generated by an
admin.

-p, --password string
Specifies a password for the new user.
Expand Down
2 changes: 1 addition & 1 deletion docs/cli/users_create.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.