Conversation
…sistency in the SQL
|
Claude finished @ike-kottlowski's task in 2m 12s —— View job Code Review: PM-21926 Read salt from database
SummaryThis is a re-review after the latest sync. The PR adds Outstanding Items from Previous ReviewsThe following items from prior reviews remain relevant:
What Looks Good
|
...igrator/DbScripts/2026-03-16_01_AlterReadManyAccountRecoveryDetailsByOrganizationUserIds.sql
Show resolved
Hide resolved
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7230 +/- ##
==========================================
+ Coverage 57.50% 61.64% +4.13%
==========================================
Files 2032 2032
Lines 89544 89546 +2
Branches 7960 7961 +1
==========================================
+ Hits 51496 55199 +3703
+ Misses 36202 32419 -3783
- Partials 1846 1928 +82 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Great job! No new security vulnerabilities introduced in this pull request |
…b.com/bitwarden/server into auth/pm-21926/read-salt-from-database
mkincaid-bw
left a comment
There was a problem hiding this comment.
Minor changes requested.
...dbo/Stored Procedures/OrganizationUser_ReadManyResetPasswordDetailsByOrganizationUserIds.sql
Outdated
Show resolved
Hide resolved
...o/Stored Procedures/OrganizationUser_ReadManyAccountRecoveryDetailsByOrganizationUserIds.sql
Show resolved
Hide resolved
...igrator/DbScripts/2026-03-16_01_AlterReadManyAccountRecoveryDetailsByOrganizationUserIds.sql
Outdated
Show resolved
Hide resolved
|




🎟️ Tracking
PM-21926
📔 Objective
Add MasterPasswordSalt to the response for ReadKdfByEmail and OranizationAccountRevovery in the User Repository.
I've removed a Test pertaining to Emergency Access that tries to check the salt against the
User.Emailwhich may not be the case in the future. So, it has been removed.Notes
The AC Repository updates for account recovery are handled in this PR which is in draft until this one is merged.
AC PR: #7231