Why do companies like Twilio make me put my email in first and hit the arrow before i can even type in my password? (it confuses me and the password manager) and adds at least 5 seconds to the login process.
I ask... why?
171–180 of 213 posts
Why do companies like Twilio make me put my email in first and hit the arrow before i can even type in my password? (it confuses me and the password manager) and adds at least 5 seconds to the login process.
I ask... why?
I find it hilarious that this article is on a SaaS site's blog and has no sign-in button. Maybe I missed the "why this doesn't apply to this site" portion of TFA, though.
Earlier quoted context omitted.
As a non-native English speaker I always confused "sign in" and "sing up". I would prefer totally different words like "Enter" and "Register".
Yeah, those two phrases look too similar. What happened to good old "login" anyway?
AWS and recently Cloudflare too
Earlier quoted context omitted.
They could just check if the username needs to be redirected, and if they do then ignore the password. It wouldn't be that hard. The only downside is the user submitting a password they dont need to, but if you're using js you could post the username first and only post the password if needed. That would be the same exact process, except from the users perspective it would be seamless. You could even have it check th…
this is exactly the sort of thought process that leads to terrible login flows. yes, it's technically possible, and it works for you. but the login flow is one area of your product that needs to work for everybody . There's plenty of features that can be tailored to a power-user workflow because they're the only people that will see it, but the sign-in flow is not one of those. any confusing UI in your sign-in flow i…
The problem is when you have a bunch of enterprise customers and you're not sure which custom login to use, and you dont want to list all your clients.
Ideally, this is solved by the client company telling its employees to use an internal link that authenticates and redirects. Though I'm sure not all clients are capable of this, and still want to use SSO. In that case, I think my solution is much nicer than requiring a two step login.
This is about the most agreeable HN post I've seen in months. WHY? Why do they do this? Why does every single "new" and "cutting-edge" idea has a website that takes me more then 30 seconds (absolute worst case) to find the very thing I need to login? Why do companies like Twilio make me put my email in first and hit the arrow before i can even type in my password? (it confuses me and the password manager) and adds at…
Because of lazy UX implementations of SSO.
You'll see logins like Google, where this is common. If you submit an email that has an SSO authentication associated with it, they can redirect you to the right auth form.
However, for everyone that's not an SSO login this is a worse experience.
Earlier quoted context omitted.
You can still separate them and have a hidden password field for a password manager to bypass the other page or pass it through to the next page.
1Password manages to handle this just fine, even without the hidden password field trick. Perhaps we just need better password managers.
Earlier quoted context omitted.
Inconveniencing either current or prospective customers never ‘makes sense’. It’s not like you have a fixed amount of inconvenience you have to distribute.
You have a fixed amount of screen real estate on the landing page. Distributing it to your most important users for that page (prospective users) does make sense to me.
It seems rather straightforward to me, from their example, to de-emphasize the "Sign Up" button and prioritize the "Sign In" button for someone who already has an account.
This is about the most agreeable HN post I've seen in months. WHY? Why do they do this? Why does every single "new" and "cutting-edge" idea has a website that takes me more then 30 seconds (absolute worst case) to find the very thing I need to login? Why do companies like Twilio make me put my email in first and hit the arrow before i can even type in my password? (it confuses me and the password manager) and adds at…
I don't agree with it personally, I think it reflects an organization where marketing is prioritised over customer happiness.
Earlier quoted context omitted.
Inconveniencing either current or prospective customers never ‘makes sense’. It’s not like you have a fixed amount of inconvenience you have to distribute.
You have a fixed amount of screen real estate on the landing page. Distributing it to your most important users for that page (prospective users) does make sense to me.