When importing data from A2, we know that all email-identified users email are actually verified by a 2-step process at id-porten. This is so similar to our identification process that the addresses can be added directly to our "Verified-addresses" db table.
We do not want to mix verifcation sources in our DB table, but at some later point when we add a filter for notification to only get verified addresses, we need to include these.
When importing data from A2, we know that all email-identified users email are actually verified by a 2-step process at id-porten.
This is so similar to our identification process that the addresses can be added directly to our "Verified-addresses" db table.We do not want to mix verifcation sources in our DB table, but at some later point when we add a filter for notification to only get verified addresses, we need to include these.