auth0 / auth0-cli

Build, manage and test your Auth0 integrations from the command line
https://auth0.github.io/auth0-cli/
MIT License
238 stars 51 forks source link

Unable to create a passwordless user #989

Open ivinapontes opened 3 months ago

ivinapontes commented 3 months ago

Checklist

Description

Unable to create passwordless user via auth0-cli because it requires a password even when providing "email" as type of connection

Expectation

I should be able to create a passwordless user without the need to provide a password

Reproduction

I'm entering the following command:

auth0 users create --name "John Doe" --email john@example.com and then choose the connection name Connection Name: email

it then requests a password, but the journey is passwordless, any password I get this error back Failed to create user: 400 Bad Request: "password" is not allowed.

Auth0 CLI version

1.4.0