Ask HN: Why are sites now breaking login forms into stages (name then password)?
1–10 of 51 posts
Re: Ask HN: Why are sites now breaking login forms into stages (name then password)?
#21) Perhaps testing reveals that some users are pushed away by the complexity of being confronted with two fields at the same time, and these users are more likely to successfully login presented with only one field at a time.
2) Perhaps there is some actual good security reason for it.
3) Perhaps there is some bad security reason for it. First example, lots of sites appear to express a belief that password managers are evil, and that users must be forced by increasingly obstinate means to type each long detailed robust password one single character at a time. Maybe this is simply an extension of that somehow.
4) Perhaps a security standard somewhere was devised that for some reason (good or bad) demanded this behavior; then it has been copied across the industry ever since.
Re: Ask HN: Why are sites now breaking login forms into stages (name then password)?
#3Re: Ask HN: Why are sites now breaking login forms into stages (name then password)?
#4Re: Ask HN: Why are sites now breaking login forms into stages (name then password)?
#5Re: Ask HN: Why are sites now breaking login forms into stages (name then password)?
#6I'm really looking forward to an answer for us, if someone with deep and relevant knowledge is around. There are a couple of possibilities that come to mind: 1) Perhaps testing reveals that some users are pushed away by the complexity of being confronted with two fields at the same time, and these users are more likely to successfully login presented with only one field at a time. 2) Perhaps there is some actual good…
If that is true the world is doomed. Giant Meteor 2016
Re: Ask HN: Why are sites now breaking login forms into stages (name then password)?
#7I've yet to encounter this - do you have an example site? It seems.. wrong and backwards.
Re: Ask HN: Why are sites now breaking login forms into stages (name then password)?
#8Both Netflix and Slack does this.
Re: Ask HN: Why are sites now breaking login forms into stages (name then password)?
#9They appear to distinguish two types of accounts ('Live ID' type accounts for personal use, and 'Work' accounts) and it is possible for a single e-mail address to refer to both. When I enter my work email, I get to choose between 'use my work account' (which exists in Azure AD) and 'use my personal account' (which some years ago I registered as Live ID), then get the password prompt.
Actually their implementation is a bit annoying, because the password field in some cases is already visible before the choice between personal/work is presented - as soon as you tab out of the username field, you get the choice and you have to type your password afterwards.