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
After setting up a passwordless login method, the user is redirected to /ui/reset_password (the default settings url as specified in kratos config).
I think it would be better to redirect to /ui/setup_complete page instead, as the current sequence suggests users that the password should be changed in order for the previous settings to take effect.
The UI does not control the redirect target. The webauthn.js script comes out of kratos and posts directly to kratos/self-service/settings?flow=:flowId and this response is a HTTP 303 with Location: http://localhost:4455/ui/reset_password?flow=:flowid. So in order to go to the setup_complete route, kratos will have to respond with a different location header.
After setting up a passwordless login method, the user is redirected to
/ui/reset_password
(the default settings url as specified in kratos config).I think it would be better to redirect to
/ui/setup_complete
page instead, as the current sequence suggests users that the password should be changed in order for the previous settings to take effect.Steps to reproduce:
The text was updated successfully, but these errors were encountered: