Skip to content

Commit

Permalink
Require verification for 20% of new accounts (#521)
Browse files Browse the repository at this point in the history
  • Loading branch information
duogenesis authored Nov 24, 2024
1 parent 01d9245 commit e58bbfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/person/sql/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@
) AS unit_id,
3 AS intros_notification,
CASE
WHEN RANDOM() < 0.9 THEN 1
WHEN RANDOM() < 0.8 THEN 1
ELSE 3
END AS privacy_verification_level_id
FROM onboardee
Expand Down

0 comments on commit e58bbfd

Please sign in to comment.