Email verification exception upon creating new user

Coming back to this, as the verify_email option is yet again not respected - an e-mail is sent out.

I’m not sure why but the behaviour is very unstable - as the flag was not working 19 days ago, then worked 18 days ago and now is not working again (and email_verified hasn’t worked the entire time neither).

Our use case is that we’re trying to provide “reset password” functionality for magic link users by creating a temporary password for them first (via a signup through /dbconnections/signup) and we don’t want them to receive the signup e-mail. And since they have an existing magic link authorization, we’d also want the email_verified option to be respected during signup. Or should that be patched later?

1 Like