[PM-12469] Move remaining Admin Password Reset code to AC team#7680
[PM-12469] Move remaining Admin Password Reset code to AC team#7680eliykat wants to merge 1 commit into
Conversation
🤖 Bitwarden Claude Code ReviewOverall Assessment: APPROVE Pure file-move refactor relocating the remaining Admin Password Reset assets into the AdminConsole team's folder structure. The request model, mail view model, and stored procedure are renamed with namespaces updated, and the four dependent files ( Code Review DetailsNo findings. |
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7680 +/- ##
==========================================
+ Coverage 60.07% 64.53% +4.46%
==========================================
Files 2132 2132
Lines 93886 93886
Branches 8337 8337
==========================================
+ Hits 56399 60593 +4194
+ Misses 35503 31218 -4285
- Partials 1984 2075 +91 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|



🎟️ Tracking
https://bitwarden.atlassian.net/browse/PM-12469
📔 Objective
Moves the remaining Admin Password Reset files into the AdminConsole team's folder structure (no behavior changes):
OrganizationUserResetPasswordRequestModel→Api/AdminConsole/Models/Request/Organizations/AdminResetPasswordViewModel→Core/AdminConsole/Models/Mail/OrganizationUser_ReadManyAccountRecoveryDetailsByOrganizationUserIds.sql→Sql/dbo/AdminConsole/Stored Procedures/Updates affected
using/namespacereferences accordingly.