Skip to content

Move reading/writing of user passwords to UserStore#5079

Merged
akshaymankar merged 1 commit intodevelopfrom
delete-password-store
Mar 5, 2026
Merged

Move reading/writing of user passwords to UserStore#5079
akshaymankar merged 1 commit intodevelopfrom
delete-password-store

Conversation

@akshaymankar
Copy link
Member

@akshaymankar akshaymankar commented Mar 3, 2026

https://wearezeta.atlassian.net/browse/WPB-22747

Checklist

  • Add a new entry in an appropriate subdirectory of changelog.d No changelog.
  • Read and follow the PR guidelines

@zebot zebot added the ok-to-test Approved for running tests in CI, overrides not-ok-to-test if both labels exist label Mar 3, 2026
@akshaymankar akshaymankar force-pushed the delete-password-store branch 2 times, most recently from 10d01ab to c9de0eb Compare March 4, 2026 10:15
Base automatically changed from better-mock-user-subsystem to develop March 4, 2026 10:48
@akshaymankar akshaymankar force-pushed the delete-password-store branch 3 times, most recently from 033a12f to c8c87bf Compare March 4, 2026 11:31
@akshaymankar akshaymankar marked this pull request as ready for review March 4, 2026 11:32
@akshaymankar akshaymankar requested a review from a team as a code owner March 4, 2026 11:32
@akshaymankar akshaymankar changed the title Move reading/writing of User passwords to UserStore Move reading/writing of user passwords to UserStore Mar 4, 2026
@akshaymankar akshaymankar force-pushed the delete-password-store branch 4 times, most recently from 5ae83cd to e40a618 Compare March 4, 2026 14:06
@akshaymankar akshaymankar force-pushed the delete-password-store branch from e40a618 to a2e9943 Compare March 5, 2026 10:11
Copy link
Contributor

@battermann battermann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not production relevant, but I would still suggest to change according to the comment below. Approved proforma.

@@ -118,7 +128,7 @@ inMemoryUserStoreInterpreter = interpret $ \case
us' <- f us
put us'
DeleteUser user -> modify @[StoredUser] $ filter (\u -> u.id /= User.userId user)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should password be removed here has well?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Cassandra interpreter doesn't so I guess not.

@akshaymankar akshaymankar merged commit 4008a8f into develop Mar 5, 2026
10 checks passed
@akshaymankar akshaymankar deleted the delete-password-store branch March 5, 2026 13:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ok-to-test Approved for running tests in CI, overrides not-ok-to-test if both labels exist

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants