PM-27234: feat: jit password v2 encryption#6835
Conversation
491ca45 to
966828d
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #6835 +/- ##
==========================================
- Coverage 85.73% 85.30% -0.43%
==========================================
Files 836 966 +130
Lines 59300 61796 +2496
Branches 8654 8730 +76
==========================================
+ Hits 50838 52718 +1880
- Misses 5480 6073 +593
- Partials 2982 3005 +23
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
966828d to
0ad8827
Compare
0ad8827 to
89d28c8
Compare
|
New Issues (10)Checkmarx found the following issues in this Pull Request
|
89d28c8 to
8997c5b
Compare
🤖 Bitwarden Claude Code ReviewOverall Assessment: APPROVE Reviewed the JIT password V2 encryption flow added to Code Review DetailsNo findings to report. Notable observations validated as intentional during review:
|
|
Thanks @SaintPatrck |


🎟️ Tracking
PM-27234
📔 Objective
This PR adds the V2 Encryption flow for set password (JIT PAssword). Additional changes were made to fork the
setPasswordfrom theupdatePasswordlogic.This PR is broken into 2 commits:
setPasswordflow into 2 distinct paths based on theforcePasswordResetReasonand simplifies the flows where possible (removing the need to hash the passwords).