Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to create a passwordless user #989

Open
6 tasks done
ivinapontes opened this issue Mar 27, 2024 · 0 comments
Open
6 tasks done

Unable to create a passwordless user #989

ivinapontes opened this issue Mar 27, 2024 · 0 comments
Labels
bug This points to a verified bug in the code

Comments

@ivinapontes
Copy link

Checklist

  • I have looked into the README and have not found a suitable solution or answer.
  • I have looked into the documentation and have not found a suitable solution or answer.
  • I have searched the issues and have not found a suitable solution or answer.
  • I have upgraded to the latest version of this project and the issue still persists.
  • I have searched the Auth0 Community forums and have not found a suitable solution or answer.
  • I agree to the terms within the Auth0 Code of Conduct.

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 [email protected]
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

@ivinapontes ivinapontes added the bug This points to a verified bug in the code label Mar 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This points to a verified bug in the code
Projects
None yet
Development

No branches or pull requests

1 participant