A user has to log out from the WebUI first after added to a new team. #5551
evanchaoli
started this conversation in
General
Replies: 1 comment
-
|
I think @pivotal-jwinters could comment, but I'm pretty sure this use case is precisely the big selling point of 6.1.0. It should be fixed by #4950, as discussed in the release note! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We have received plenty of queries that users complained that like:
That because the user was in some other team and logged in to the WebUI already. As the WebUI stores authorization info in cookie, when user open fly promoted url in a web browser, it directly succeeds without typing in username/password, but the new team is not authorized.
We have to again and again tell new users to log out first, then re-login. Though we have documentation there, but it's really hard to expect new users to go through all documentations before they start to use Concourse.
So I think Concourse should enhance. For fly login URL, it should always ask for username/password and re-login. Or smartly determine the team has been stored in cookie.
Beta Was this translation helpful? Give feedback.
All reactions