-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Users don't understand how to change Git providers #5975
Comments
@ChristinFrohne, do you have a story/description for that case? |
@ChristinFrohne, I just checked with vercel. The thing is, they are storing any Login Connections on backend indefinitely, i.e. even if you disconnect once and try to login, they remember your previous connection and let you in. |
Sounds like we can only do 1) @gtsiolis can you provide us with a better error message? /schedule |
@JanKoehnlein: Issue scheduled in the meta team (WIP: 0) In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/assign @jldec |
Following the comment in #6268 (comment), we could re-use one of the proposed alert titles:
🍊 🍊 🍊 🍊 Wondering if this is a good time to split sign up and log in flows. Use case 1️⃣: For example, instead of showing this error message we could ask:
Use case 2️⃣: While if you explicitely visit the sign in page and you don't have an account associated with that email a user could be asked:
Use case 3️⃣: In the case where you try to select a different provider to create an account we could the user could be asked:
@AlexTugarev what do you think? 🍋 🍋 🍋 🍋 Also, @AlexTugarev regarding #5975 (comment), do you think this is something we don't want to aim for? Seems that Vercel bypasses all these issues we have using the approach of storing any login connections on backend indefinitely. ❓ |
I re-read the long story from above and good step forwards boils down to change the message from |
@gtsiolis, while this definitely sounds like it can improve the UX, the downside is that we store account connection indefinitely. Do we want to do this? |
1. Advertise to use another identity provider. 2. Handle same error in New Project wizard. Fixes #5975
1. Advertise to use another identity provider. 2. Handle same error in New Project wizard. Fixes #5975
1. Advertise to use another identity provider. 2. Handle same error in New Project wizard. Fixes #5975
1. Advertise to use another identity provider. 2. Handle same error in New Project wizard. Fixes #5975
We get several support requests because users don't understand how to change git providers.
Common steps:
https://gitpod.io/integrations doesn't seem to be obvious
possible solution:
cc @gtsiolis
The text was updated successfully, but these errors were encountered: