Is it possible to create a user without auth0 truing to login to test ?

I have a custom db script when creating a user which has these comments

// This script should create a user entry in your existing database. It will
// be executed when a user attempts to sign up, or when a user is created
// through the Auth0 dashboard or API.
// When this script has finished executing, the Login script will be
// executed immediately afterwards, to verify that the user was created
// successfully.

The problem im facing is that the user that gets created should verify their email, but because auth0 is trying to test login straight after create user this throws an error because its trying to login a unverified user.
is there any way for me to tell auth0 not to immediately try and login after successful user creation ?

As it has been more than a few months since this topic was opened, and there has been no reply or further information provided as to the existence of the issue, we are closing this topic. Please don’t hesitate to create a new topic if this issue is still present, we would be happy to work with you to help find a resolution.