I plan on importing member accounts directly into the Profiles table. That's fine, I already have a migration script. However, I'm not 100% sure of the following :
1. How is the feature to force registration confirmation enforced? With a module? The default setup doesn't appear to require email validation and I don't want people registering with fake email addresses, nor changing their email address without confirming the new address, too.
2. If I import directly into the Profiles table without modifying anything else in the database AND the confirmation/welcome process is enabled (if it needs to be), does that cause Dolphin to mail ALL those imported people? Meaning, is there a flag anywhere I have to set in the database to inform Dolphin that those accounts have already had their email confirmed? + no need to send a "welcome" message...?