How to disable "Initialize User" email?
Hello, I am migrating users from another system (Firebase Auth), and since Zitadel does not support the their modified scrypt algorithm, I have to set
What I didn't know that this API would send an email to those users. This is awkward because
- The Zitadel-based system is still in testing phase
- Our email provider flags email addresses as spam if too many emails are sent within short period of time
How can I disable the default behavior of sending "Initialize User" email? Is my only option (for now) to disable all email providers in Zitadel before migration?
passwordChangeRequired = true for email+password users when I call Create/Import User.What I didn't know that this API would send an email to those users. This is awkward because
- The Zitadel-based system is still in testing phase
- Our email provider flags email addresses as spam if too many emails are sent within short period of time
How can I disable the default behavior of sending "Initialize User" email? Is my only option (for now) to disable all email providers in Zitadel before migration?
Create/import a new user with the type human. The newly created user will get an initialization email if either the email address is not marked as verified or no password is set. If a password is set the user will not be requested to set a new one on the first login.

