Skip to content
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

Implement updateUser command #1496

Closed
Tracked by #7
b1ron opened this issue Nov 17, 2022 · 0 comments · Fixed by #3973 or #3980
Closed
Tracked by #7

Implement updateUser command #1496

b1ron opened this issue Nov 17, 2022 · 0 comments · Fixed by #3973 or #3980
Assignees
Labels
area/auth Issues about authentication and authorization code/feature Some user-visible feature is not implemented yet
Milestone

Comments

@b1ron
Copy link
Contributor

b1ron commented Nov 17, 2022

What should be done?

With passwords being stored, we should implement the basic updateUser command.

Also, in this issue, we should update all integration tests to use createUser, dropUser, dropAllUsersFromDatabase, usersInfo commands instead of using find/insert/delete/etc on the admin.system.users collection.

Where?

https://github.com/FerretDB/FerretDB/tree/main/internal/handler

Definition of Done

  • handler updated;
  • integration/compatibility tests added/updated;
  • spot refactorings done.
@b1ron b1ron added the code/feature Some user-visible feature is not implemented yet label Nov 17, 2022
@AlekSi AlekSi added the not ready Issues that are not ready to be worked on; PRs that should skip CI label May 1, 2023
@AlekSi AlekSi added this to the v2.0.0 milestone Oct 5, 2023
@AlekSi AlekSi removed the not ready Issues that are not ready to be worked on; PRs that should skip CI label Dec 5, 2023
@AlekSi AlekSi removed this from the v2.0.0 milestone Jan 8, 2024
@AlekSi AlekSi added the area/auth Issues about authentication and authorization label Jan 15, 2024
AlekSi pushed a commit that referenced this issue Jan 16, 2024
@AlekSi AlekSi reopened this Jan 16, 2024
@AlekSi AlekSi added this to the Next milestone Jan 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/auth Issues about authentication and authorization code/feature Some user-visible feature is not implemented yet
Projects
Archived in project
3 participants