-
Notifications
You must be signed in to change notification settings - Fork 669
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
Better handle wrong user error after oauth refresh #9772
Comments
Steps to recreate
Test also with ocis Expected result: Nice error that Logged in with a wrong user |
With ownCloud 10after logging in with the wrong user in oc10, the site shows this error screen 👍 but after logging in again with the correct user the client does not work 👎 when using the "retry" button and using the correct user again the client stays in the "OpenBrowser" window 👎 The only way is to "Log out" and "Log in" again logs: ownCloud.log |
with ocisafter logging in with the wrong user in ocis the focus changes to the client and this screen is shown 👍 clicking on "Retry" brings the user back to "OpenBrowser" brings the user to this screen clicking on "use an other account", logging in with the correct one and allow the connection, shows a "success window" in the browser but the client does not recognize it The only way is to "Log out" and "Log in" again logs: ownCloud.log |
Reproducible. We should open a new issue. |
Display a proper error instead of an assertion.
The text was updated successfully, but these errors were encountered: