You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
disable two factor authentication features, and password reset feature.
do to the admin, find a user, and try to reset their password.
See error
I'll fix this issue soon.
Screenshots
The text was updated successfully, but these errors were encountered:
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
To Reproduce
Steps to reproduce the behavior:
I'll fix this issue soon.
Screenshots
The text was updated successfully, but these errors were encountered: