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

First time login failing for user with temporary password #437

Open
SaiTejaSuvvari opened this issue Jul 19, 2023 · 3 comments
Open

First time login failing for user with temporary password #437

SaiTejaSuvvari opened this issue Jul 19, 2023 · 3 comments

Comments

@SaiTejaSuvvari
Copy link

SaiTejaSuvvari commented Jul 19, 2023

Describe the bug
First time login failing for user with temporary password

To Reproduce
Steps to reproduce the behaviour:

  1. Create a user with temporary password: using CreateUser
  2. Try Login for the user with the temporary password
  3. Returns error: 400 Bad Request: invalid_grant: Account is not fully set up

Expected behaviour
Login must work for the first time

@Nerzal
Copy link
Owner

Nerzal commented Jul 25, 2023

Is the user enabled after the CreateUser Call?

@SaiTejaSuvvari
Copy link
Author

Is the user enabled after the CreateUser Call?

Yup, the user is enabled when creating the user for the first time.

@dlgeraghty
Copy link

You must change the password to get rid of the "Account is not fully set up" problem.
This happens because the password is temporary, you are forced to change it and cannot obtain an access token without doing it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants