- Notifications
You must be signed in to change notification settings - Fork929
feat: Add update user password endpoint#1310
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes from1 commit
Commits
Show all changes
17 commits Select commitHold shift + click to select a range
346e5e4
Add UpdateUserHashedPassword query
BrunoQuaresma4bd7557
chore: Merge branch 'main' of github.com:coder/coder into bq/update-u…
BrunoQuaresmade39cf5
Add database functions
BrunoQuaresma2fe1716
Add update user password endpoint
BrunoQuaresma212020a
Add tests and fixes
BrunoQuaresma2699445
Remove confirmation and fix lint issues
BrunoQuaresma355f163
Return hash error as server error
BrunoQuaresma56b29fd
Update coderd/database/databasefake/databasefake.go
BrunoQuaresma30b8f15
Improve readbility
BrunoQuaresmaf6be255
Add RBAC
BrunoQuaresma5df5763
Fix route
BrunoQuaresmab9dbd64
Merge branch 'bq/update-user-password' of github.com:coder/coder into…
BrunoQuaresma69af903
Add missing TS types
BrunoQuaresmad85092b
Update update password request params
BrunoQuaresma96ce751
Remove confirm password from the API
BrunoQuaresma4f9f506
Update coderd/users.go
BrunoQuaresma671c56d
Remove user restriction and refactor tests
BrunoQuaresmaFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
Add RBAC
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commitf6be255e05f3d45af6ade198ca82a99757c67643
There are no files selected for viewing
5 changes: 4 additions & 1 deletioncoderd/coderd.go
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletionscoderd/rbac/object.go
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.