'Reset my password' button on 'Reset password' page should send you back to the tenant login page after click. #392
Replies: 3 comments
-
Hmm, I see. This redirection happens, but only if the user is currently involved in a login session (i.e. triggered by an OAuth2 flow from your app): fief/fief/apps/auth/routers/reset.py Lines 96 to 100 in 9c7e72e We could very well redirect even if we don't have that session, but bear in mind that, in this context, users will be redirected to the Fief's user dashboard after login. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the info. I think it would be a great option to add and redirecting to the user dashboard would force the user to the login, right? Here is my user workflow for context:
|
Beta Was this translation helpful? Give feedback.
-
Adding this as an issue: #400 |
Beta Was this translation helpful? Give feedback.
-
My users get confused when they click 'Reset my password' and nothing occurs. They dont know where to go after they click 'Reset my password'. They end of clicking 'Reset my password' again and get an error. They dont realize their password was changed and they have to login again.
Beta Was this translation helpful? Give feedback.
All reactions