Skip to content

Commit

Permalink
Remove SCRAM-SHA-256 implementation TODO links (#4086)
Browse files Browse the repository at this point in the history
  • Loading branch information
henvic authored Feb 16, 2024
1 parent 92378e7 commit a86b0c6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion internal/handler/msg_createuser.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ func (h *Handler) MsgCreateUser(ctx context.Context, msg *wire.OpMsg) (*wire.OpM

// TODO https://github.com/FerretDB/FerretDB/issues/3777
// TODO https://github.com/FerretDB/FerretDB/issues/3778
// TODO https://github.com/FerretDB/FerretDB/issues/3784
if dbName != "$external" && !document.Has("pwd") {
return nil, handlererrors.NewCommandErrorMsg(
handlererrors.ErrBadValue,
Expand Down
1 change: 0 additions & 1 deletion internal/handler/msg_usersinfo.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ func (h *Handler) MsgUsersInfo(ctx context.Context, msg *wire.OpMsg) (*wire.OpMs
return nil, lazyerrors.Error(err)
}

// TODO https://github.com/FerretDB/FerretDB/issues/3784
// TODO https://github.com/FerretDB/FerretDB/issues/3777
if err = common.UnimplementedNonDefault(document, "filter", func(v any) bool {
if v == nil || v == types.Null {
Expand Down

0 comments on commit a86b0c6

Please sign in to comment.