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

Request password reset (/auth/password/request) on external provider email #16133

Open
quomark opened this issue Oct 24, 2022 · 1 comment
Open
Labels

Comments

@quomark
Copy link

quomark commented Oct 24, 2022

Describe the Bug

Request password reset (/auth/password/request) on external provider account will be successful.
However, you cannot log in with password still, which lead to confusion to the users.

To Reproduce

1). Create account with external provider.
2). Request password reset with Rest API (POST /auth/password/request)
3). Click reset password on email.
4). Type new password.
5). Reset password successfully.
6). Log in with password, and failed.

Errors Shown

{
  "message": "Invalid provider.",
  "extensions": {
    "code": "INVALID_PROVIDER"
  }
}

What version of Directus are you using?

9.17.4

What version of Node.js are you using?

/

What database are you using?

/

What browser are you using?

Chrome

How are you deploying Directus?

/

@rijkvanzanten
Copy link
Member

Linear: ENG-153

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: 📋 Backlog
Development

No branches or pull requests

4 participants