Merged
Conversation
changelog: Internal, Cleanup, Fix removing service providers when the associated integration doesn’t have a partner account
* Use `fraud_review_pending` trait instead in gpo verify form spec [skip changelog] * Remove unused enum value in spec factory * Use existing profile traits in gpo otp verification step spec * Remove vacuous assignment This spec passes without the assignment, so it can probably be safely removed * `Profile.bump_fraud_review_pending_timestamps` is never called; remove * Assign `fraud_rejection` reason to `threatmetrix_reject` note: strange if this didn't break anything previously * Use fraud-related profile traits in gpo otp verification step spec * Use trait and test fraud pending reason * Remove redundant association * Add back association for its own ticket * Restore fraud_pending_reason assignments where timestamps are not yet set Co-Authored-By: Sonia Connolly <2381438+soniaconnolly@users.noreply.github.com> * Restore fraud_pending_reason assignments in spec Co-Authored-By: Sonia Connolly <2381438+soniaconnolly@users.noreply.github.com> --------- Co-authored-by: Sonia Connolly <2381438+soniaconnolly@users.noreply.github.com>
* LG-10983: use mock client to generate http status error response(Acuant). * LG-10427: fix test, method is inherited now. * changelog: Internal, Document Authentication, Testing mock client change * LG-10983: remove unused method.
* Create new flag * changelog: Upcoming Features, In-person proofing, Create feature flag to use during FSM Residential Address removal * fix spelling error
* LG-10821: sync with main. * LG-10821: check country when generate error and update test. * LG-10821: rebase. * changelog: User-facing Improvements, Document Authentication, Checking document issuing country * LG-10821: rebase. * LG-10821: space. * LG-10821: refactor a little bit based on comment. * LG-10821: accidental wrong change during rebase.
…rt (#9251) * Add count of users passing fraud review to Identity Verification Report changelog: Internal, Reporting, Add count of users passing fraud review to Identity Verification Report * Filter for success in query, and add fraud_review_passed to successful IdV count --------- Co-authored-by: Zach Margolis <zachmargolis@users.noreply.github.com>
- Strips trailing footnote digits from country names, fixes build changelog: Internal, Scripts, Update pinpoint support script
* Add VerificationError to mock proofer changelog: Internal, Test Proofing, Add VerificationError to mock proofer * Use case statement to check for special first_name * Add 'Bad' first_name check to case statement * Preserve prior order of checks --------- Co-authored-by: Alex Bradley <alexander.bradley@gsa.gov> Co-authored-by: Zach Margolis <zachmargolis@users.noreply.github.com>
* Remove flow_session[:pii_from_doc], now replaced with idv_session.pii_from_doc changelog: Internal, Identity Verification, Remove pii_from_doc from flow_session, now replaced with idv_session.pii_from_doc * Remove remote idv flow_session method * Remove pii_from_doc method and access it in idv_session directly (as suggested by Kimball) --------- Co-authored-by: Douglas Price <douglas.price@gsa.gov>
changelog: User-Facing Improvements, MFA Setup, Add second MFA reminder screen for single-MFA accounts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
User-Facing Improvements
Internal
Upcoming Features