-
Notifications
You must be signed in to change notification settings - Fork 20
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
Error page "Cookie not found" after successful password reset #190
Comments
@JordanGerada3 I am not able to reproduce this bug. I did reset password and reached “Your account has been updated” page. But, I don't see any 'continue' button as in below image. |
@MaximilianHauer |
The password update is finished successful and shows the screen posted from @lavanya-bmw . Then at this stage the user has no options to click anywhere except the company logo which is when the bug occurs. This is because the company logo has been implemented as a simple browser history back function (meant going back from login to the central login screen). In the password update scenario this doesn't make sense. The suggestion would be to replace the company logo with a hard link to the portal home page which would bring the user to the central login screen if not logged in. However it's not clear how to implement this as this is just a custom login theme from keycloak and there is no easy way to inject the portal home page link there. Another way would be to provide no link but ask the user to close the window. |
@dorkabcox can someone of you take over this ticket ? |
On the “Your account has been updated” page after the user resets their password following an admin request, clicking on the continue button leads to an error page “Cookie not found”
Current Behaviour
Error page “Cookie not found.”
Expected Behaviour
User is redirected to the portal home page.
Steps To Reproduce
All done from the Portal frontend. No involvement of Keycloak UI.
The text was updated successfully, but these errors were encountered: