Reset KYC level for users with expired AML and no reactivation#3095
Merged
TaprootFreak merged 2 commits intodevelopfrom Jan 31, 2026
Merged
Reset KYC level for users with expired AML and no reactivation#3095TaprootFreak merged 2 commits intodevelopfrom
TaprootFreak merged 2 commits intodevelopfrom
Conversation
Users with KycLevel >= 30 who have amlListExpiredDate set but no amlListReactivatedDate should not have elevated KYC levels, as their AML verification has expired and was never renewed. This migration sets their KycLevel back to 20 (basic level). Affected users: 359
Users who have a completed DfxApproval after their amlListExpiredDate have legitimately re-verified - they should keep their KycLevel. The amlListReactivatedDate not being set is a separate bug to fix. Updated counts: - Total with expired AML, no reactivation date: 361 - Excluded (have DfxApproval after expiry): 43 - Affected by this migration: 318
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.
Summary
amlListExpiredDateset but noamlListReactivatedDateand no DfxApproval after expiryBackground
Analysis found 361 users with:
kycLevel >= 30amlListExpiredDate IS NOT NULLamlListReactivatedDate IS NULLOf these:
DfxApprovalinkyc_stepafter theiramlListExpiredDate→ these users legitimately re-verified and should keep their KycLevel (the missingamlListReactivatedDateis a separate bug)Changes
migration/1769200000000-ResetExpiredAmlKycLevel.js: Sets KycLevel to 20 for affected users, excluding those with DfxApproval after expiryTest plan