Hi, I ran into a similar issue and I would like to know whats the best / recommended practice in this case:
If you create a user and a registration you can verify the user email and/or verify the registration. If you verify the registration via email the user will still be "verified": false, but of course the registration will show "verified": true
Is there a way to verify the user and the registration in one step (email), because a least in our use case it makes not much sense to send two emails which do pretty much the same thing.