Skip to content

fix: Suspended users cannot authenticate #1849

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 18 commits into from
May 31, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Formatting
  • Loading branch information
Emyrk committed May 27, 2022
commit 047c234aad3e1a03dfb68e8b0a019a949050517c
3 changes: 1 addition & 2 deletions cli/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ func server() *cobra.Command {
devFirstPassword string
devMemberEmail string
devMemberPassword string

postgresURL string
postgresURL string
// provisionerDaemonCount is a uint8 to ensure a number > 0.
provisionerDaemonCount uint8
oauth2GithubClientID string
Expand Down
1 change: 0 additions & 1 deletion coderd/httpmw/apikey_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import (
"time"

"github.com/google/uuid"

"github.com/stretchr/testify/require"
"golang.org/x/oauth2"

Expand Down