LG-15216 Handle password reset for in-person enrollments waiting for fraud review #11855
+440
−58
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.
🎫 Ticket
Link to the relevant ticket:
LG-15216
🛠 Summary of changes
Enable user's to not lose in-person enrollment progress after a password reset when the user in fraud review.
Changes Include:
in_fraud_review
enrollments_in_fraud_review
📜 Testing Plan
In-Person Password Reset enabled
feature_pending_in_person_password_reset_enabled: true
inapplication.yml.default
Scenario: Fraud review in-person enrollment and user password resets with personal key
in_fraud_review
status.Scenario: Fraud review in-person enrollment and user password resets without personal key
in_fraud_review
status.cancelled
Scenario: Fraud review in-person enrollment and user password resets before deployment
passed
status.Scenario: Fraud review in-person enrollment and user has passed review
in_fraud_review
status.bin/action-account review-passed <user_uuid>
passed
status.Scenario: Fraud review in-person enrollment and user has failed review
in_fraud_review
status.bin/action-account review-reject <user_uuid>
failed
status.In-Person Password Reset disabled
feature_pending_in_person_password_reset_enabled: false
inapplication.yml.default
Scenario: Fraud review in-person enrollment and user password resets
in_fraud_review
status.