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

No IUserTwoFactorTokenProvider<TUser> named 'Default' is registered. #16074

Closed
MikeAlhayek opened this issue May 16, 2024 · 0 comments · Fixed by #16075
Closed

No IUserTwoFactorTokenProvider<TUser> named 'Default' is registered. #16074

MikeAlhayek opened this issue May 16, 2024 · 0 comments · Fixed by #16075
Labels
Milestone

Comments

@MikeAlhayek
Copy link
Member

Describe the bug

By default the users' admin controller expose a way for the admin to reset passwords. But by default we do not register any token provider. This causes an exception during the post request

No IUserTwoFactorTokenProvider named 'Default' is registered.

To Reproduce

Steps to reproduce the behavior:

  1. disable two factor authentication features, and password reset feature.
  2. do to the admin, find a user, and try to reset their password.
  3. See error

I'll fix this issue soon.

Screenshots

image

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

Successfully merging a pull request may close this issue.

1 participant